1
0
Fork 0

MSVC 10 compile fix

This commit is contained in:
Frederic Bouvier 2012-11-10 19:29:44 +01:00
parent 9fa7f645d9
commit 35ce3f8a49

View file

@ -35,6 +35,10 @@
#include "polygon.hxx"
#ifdef _MSC_VER
# define LONG_LONG_MAX LLONG_MAX
#endif
using std::endl;
using std::cout;