MSVC build fixes (thanks JF)

This commit is contained in:
Chris Cannam
2017-09-26 09:48:55 +01:00
parent bda5cdb112
commit 51ef8a63ff
2 changed files with 3 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
#include "system/sysutils.h"
#include <set>
#include <algorithm>
using namespace RubberBand;

View File

@@ -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