MSVC 10 compile fix
This commit is contained in:
parent
35ce3f8a49
commit
83f41ae4bc
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
|
||||
#ifdef _MSC_VER
|
||||
# define LONG_LONG_MAX LLONG_MAX
|
||||
# define LONG_LONG_MIN LLONG_MIN
|
||||
#endif
|
||||
|
||||
using std::endl;
|
||||
|
|
Loading…
Reference in a new issue