Fixes to try and keep OSX and Win32 compiling with the new usage of std::max.

This commit is contained in:
Robert Osfield
2003-02-23 15:50:57 +00:00
parent 696c89e2c5
commit 5471ada6da
2 changed files with 3 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
#if defined(WIN32)
#define WIN32_LEAN_AND_MEAN
#define NOMINMAX
#include <windows.h>
#elif defined(__DARWIN_OSX__)
#include <string>