MSVC 10 compile fix
This commit is contained in:
parent
9fa7f645d9
commit
35ce3f8a49
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@
|
|||
|
||||
#include "polygon.hxx"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# define LONG_LONG_MAX LLONG_MAX
|
||||
#endif
|
||||
|
||||
using std::endl;
|
||||
using std::cout;
|
||||
|
||||
|
|
Loading…
Reference in a new issue