From 83f41ae4bcd3427369d9072ec52a6ff9e90f8998 Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Sat, 10 Nov 2012 19:41:58 +0100 Subject: [PATCH] MSVC 10 compile fix --- src/Lib/Polygon/polygon.cxx | 1 + 1 file changed, 1 insertion(+) 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;