diff --git a/src/StretcherImpl.h b/src/StretcherImpl.h index 22abfbc..9a0f60f 100644 --- a/src/StretcherImpl.h +++ b/src/StretcherImpl.h @@ -38,6 +38,7 @@ #include "system/sysutils.h" #include +#include using namespace RubberBand; diff --git a/src/system/sysutils.h b/src/system/sysutils.h index b7d4b22..6608981 100644 --- a/src/system/sysutils.h +++ b/src/system/sysutils.h @@ -25,7 +25,9 @@ #define _RUBBERBAND_SYSUTILS_H_ #ifdef __MSVC__ +#if _MSC_VER < 1800 #include "float_cast/float_cast.h" +#endif #define R__ __restrict #endif