diff --git a/src/Lib/Polygon/polygon.cxx b/src/Lib/Polygon/polygon.cxx index a65499c6..9185a1ed 100644 --- a/src/Lib/Polygon/polygon.cxx +++ b/src/Lib/Polygon/polygon.cxx @@ -37,6 +37,7 @@ #ifdef _MSC_VER # define LONG_LONG_MAX LLONG_MAX +# define LONG_LONG_MIN LLONG_MIN #endif using std::endl;