Fixes to try and keep OSX and Win32 compiling with the new usage of std::max.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
#if defined(WIN32)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define NOMINMAX
|
||||
#include <windows.h>
|
||||
#elif defined(__DARWIN_OSX__)
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user