]> granicus.if.org Git - postgis/commitdiff
Fixed geos-based opPolygonize include.
authorSandro Santilli <strk@keybit.net>
Thu, 28 Oct 2004 15:40:58 +0000 (15:40 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 28 Oct 2004 15:40:58 +0000 (15:40 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1062 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_geos_wrapper.cpp

index e89cd54ba4f6839257b41322fc5cd4c1c86efb36..dba7388dbc6c7998dab7eb19883a6ee31f38c7a9 100644 (file)
@@ -9,7 +9,7 @@
 #include "postgis_geos_version.h"
 #include "geos/geom.h"
 #include "geos/util.h"
-#if GEOS_FIRST_INTERFACE <= 3 
+#if GEOS_FIRST_INTERFACE <= 3 && GEOS_LAST_INTERFACE >= 3
 #include "geos/opPolygonize.h"
 #endif // GEOS_FIRST_INTERFACE <= 3