MSVC build fixes (thanks JF)
This commit is contained in:
@@ -38,6 +38,7 @@
|
|||||||
#include "system/sysutils.h"
|
#include "system/sysutils.h"
|
||||||
|
|
||||||
#include <set>
|
#include <set>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
using namespace RubberBand;
|
using namespace RubberBand;
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,9 @@
|
|||||||
#define _RUBBERBAND_SYSUTILS_H_
|
#define _RUBBERBAND_SYSUTILS_H_
|
||||||
|
|
||||||
#ifdef __MSVC__
|
#ifdef __MSVC__
|
||||||
|
#if _MSC_VER < 1800
|
||||||
#include "float_cast/float_cast.h"
|
#include "float_cast/float_cast.h"
|
||||||
|
#endif
|
||||||
#define R__ __restrict
|
#define R__ __restrict
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user