summaryrefslogtreecommitdiff
path: root/libs/rubberband/src/StretchCalculator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rubberband/src/StretchCalculator.cpp')
-rw-r--r--libs/rubberband/src/StretchCalculator.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/rubberband/src/StretchCalculator.cpp b/libs/rubberband/src/StretchCalculator.cpp
index 1541759762..18ee9cc9c3 100644
--- a/libs/rubberband/src/StretchCalculator.cpp
+++ b/libs/rubberband/src/StretchCalculator.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 "StretchCalculator.h"
#include <algorithm>