[geos-commits] r3471 - branches/3.3/include/geos/geom

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Sep 20 10:34:57 EDT 2011


Author: strk
Date: 2011-09-20 07:34:57 -0700 (Tue, 20 Sep 2011)
New Revision: 3471

Modified:
   branches/3.3/include/geos/geom/GeometryFactory.h
Log:
apply clang fix for #463


Modified: branches/3.3/include/geos/geom/GeometryFactory.h
===================================================================
--- branches/3.3/include/geos/geom/GeometryFactory.h	2011-09-20 14:24:36 UTC (rev 3470)
+++ branches/3.3/include/geos/geom/GeometryFactory.h	2011-09-20 14:34:57 UTC (rev 3471)
@@ -21,8 +21,11 @@
 #ifndef GEOS_GEOM_GEOMETRYFACTORY_H
 #define GEOS_GEOM_GEOMETRYFACTORY_H
 
-//#include <geos/geom/CoordinateSequence.h>
 #include <geos/geom/Geometry.h>
+#include <geos/geom/GeometryCollection.h>
+#include <geos/geom/MultiPoint.h>
+#include <geos/geom/MultiLineString.h>
+#include <geos/geom/MultiPolygon.h>
 #include <geos/export.h>
 #include <geos/inline.h>
 



More information about the geos-commits mailing list