1
0
Fork 0

MSVC 10 compile fix

This commit is contained in:
Frederic Bouvier 2012-11-10 19:41:58 +01:00
parent 35ce3f8a49
commit 83f41ae4bc

View file

@ -37,6 +37,7 @@
#ifdef _MSC_VER
# define LONG_LONG_MAX LLONG_MAX
# define LONG_LONG_MIN LLONG_MIN
#endif
using std::endl;