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"
|
#include "polygon.hxx"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
# define LONG_LONG_MAX LLONG_MAX
|
||||||
|
#endif
|
||||||
|
|
||||||
using std::endl;
|
using std::endl;
|
||||||
using std::cout;
|
using std::cout;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue