[geos-commits] r3190 - trunk/src/operation/sharedpaths

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Feb 10 06:09:41 EST 2011


Author: strk
Date: 2011-02-10 03:09:41 -0800 (Thu, 10 Feb 2011)
New Revision: 3190

Modified:
   trunk/src/operation/sharedpaths/SharedPathsOp.cpp
Log:
Include required GeometryFactory header (it's used)

Modified: trunk/src/operation/sharedpaths/SharedPathsOp.cpp
===================================================================
--- trunk/src/operation/sharedpaths/SharedPathsOp.cpp	2011-02-07 17:52:11 UTC (rev 3189)
+++ trunk/src/operation/sharedpaths/SharedPathsOp.cpp	2011-02-10 11:09:41 UTC (rev 3190)
@@ -25,6 +25,7 @@
  **********************************************************************/
 
 #include <geos/operation/sharedpaths/SharedPathsOp.h>
+#include <geos/geom/GeometryFactory.h>
 #include <geos/geom/Geometry.h>
 #include <geos/geom/LineString.h>
 #include <geos/geom/MultiLineString.h>



More information about the geos-commits mailing list