From 30faf19aa559d7758175876ff70b94947722fc1e Mon Sep 17 00:00:00 2001 From: strk Date: Tue, 20 Sep 2011 14:34:57 +0000 Subject: [PATCH] apply clang fix for #463 git-svn-id: http://svn.osgeo.org/geos/branches/3.3@3471 5242fede-7e19-0410-aef8-94bd7d2200fb --- include/geos/geom/GeometryFactory.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/geos/geom/GeometryFactory.h b/include/geos/geom/GeometryFactory.h index 836f356c..c8bd00ef 100644 --- a/include/geos/geom/GeometryFactory.h +++ b/include/geos/geom/GeometryFactory.h @@ -21,8 +21,11 @@ #ifndef GEOS_GEOM_GEOMETRYFACTORY_H #define GEOS_GEOM_GEOMETRYFACTORY_H -//#include #include +#include +#include +#include +#include #include #include -- 2.11.4.GIT