summaryrefslogtreecommitdiff
path: root/libs/rubberband/src/StretcherImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rubberband/src/StretcherImpl.cpp')
-rw-r--r--libs/rubberband/src/StretcherImpl.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/rubberband/src/StretcherImpl.cpp b/libs/rubberband/src/StretcherImpl.cpp
index 200c8771a8..d15a71d68e 100644
--- a/libs/rubberband/src/StretcherImpl.cpp
+++ b/libs/rubberband/src/StretcherImpl.cpp
@@ -12,6 +12,9 @@
COPYING included with this distribution for more information.
*/
+#ifdef COMPILER_MSVC
+#include "bsd-3rdparty/float_cast/float_cast.h"
+#endif
#include "StretcherImpl.h"
#include "PercussiveAudioCurve.h"
#include "HighFrequencyAudioCurve.h"