Win32/64 build fixes
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
|
||||
#include "system/Allocators.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
namespace RubberBand
|
||||
{
|
||||
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
#include <cmath>
|
||||
#include <set>
|
||||
#include <map>
|
||||
#include <algorithm>
|
||||
|
||||
using namespace RubberBand;
|
||||
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
#include <set>
|
||||
#include <map>
|
||||
#include <deque>
|
||||
#include <algorithm>
|
||||
|
||||
using namespace RubberBand;
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
** long int lrint (double x) ;
|
||||
*/
|
||||
|
||||
#if (defined (WIN32) || defined (_WIN32))
|
||||
#if ((defined (WIN32) || defined (_WIN32)) && !defined (_WIN64))
|
||||
|
||||
#include <math.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user