]> granicus.if.org Git - postgis/commitdiff
Re-enable accidentally disabled prepared geoms. Fixes bug #1165.
authorSandro Santilli <strk@keybit.net>
Tue, 13 Sep 2011 18:52:30 +0000 (18:52 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 13 Sep 2011 18:52:30 +0000 (18:52 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7843 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/lwgeom_geos.c

index 106cfb289f26f727d2e6676129901e59ffa97ff5..9a896f95ef46b06d3ed360c1f08f80cf004ac130 100644 (file)
@@ -15,6 +15,7 @@
 #include "lwgeom_geos.h"
 #include "liblwgeom_internal.h"
 #include "lwgeom_rtree.h"
+#include "lwgeom_geos_prepared.h" /* for PREPARED_GEOM define */
 #include "lwgeom_functions_analytic.h" /* for point_in_polygon */
 #include "funcapi.h"