small fix for last commit - didn't notice that was an #elif instead of #if

This commit is contained in:
Shawn Hoffman 2012-03-22 18:57:30 -07:00
parent 56b1373baf
commit 36f3962551

View File

@ -103,6 +103,8 @@ private:
//CrtDebugBreak breakAt(614);
#endif // end DEBUG/FAST
#endif
// Windows compatibility
#ifndef _WIN32
#include <limits.h>