[geos-commits] r3470 - trunk/include/geos/geom

svn_geos at osgeo.org svn_geos at osgeo.org
Tue Sep 20 10:24:36 EDT 2011


Author: hobu
Date: 2011-09-20 07:24:36 -0700 (Tue, 20 Sep 2011)
New Revision: 3470

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

Modified: trunk/include/geos/geom/GeometryFactory.h
===================================================================
--- trunk/include/geos/geom/GeometryFactory.h	2011-09-19 15:07:07 UTC (rev 3469)
+++ trunk/include/geos/geom/GeometryFactory.h	2011-09-20 14:24:36 UTC (rev 3470)
@@ -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