[geos-commits] r3186 - trunk/include/geos/geom
svn_geos at osgeo.org
svn_geos at osgeo.org
Mon Feb 7 10:39:36 EST 2011
Author: strk
Date: 2011-02-07 07:39:36 -0800 (Mon, 07 Feb 2011)
New Revision: 3186
Modified:
trunk/include/geos/geom/Lineal.h
trunk/include/geos/geom/Polygonal.h
trunk/include/geos/geom/Puntal.h
Log:
Include definition of base class
Modified: trunk/include/geos/geom/Lineal.h
===================================================================
--- trunk/include/geos/geom/Lineal.h 2011-02-07 15:39:27 UTC (rev 3185)
+++ trunk/include/geos/geom/Lineal.h 2011-02-07 15:39:36 UTC (rev 3186)
@@ -20,6 +20,8 @@
#ifndef GEOS_GEOM_LINEAL_H
#define GEOS_GEOM_LINEAL_H
+#include <geos/geom/Geometry.h> // for inheritance
+
namespace geos {
namespace geom { // geos::geom
Modified: trunk/include/geos/geom/Polygonal.h
===================================================================
--- trunk/include/geos/geom/Polygonal.h 2011-02-07 15:39:27 UTC (rev 3185)
+++ trunk/include/geos/geom/Polygonal.h 2011-02-07 15:39:36 UTC (rev 3186)
@@ -20,6 +20,8 @@
#ifndef GEOS_GEOM_POLYGONAL_H
#define GEOS_GEOM_POLYGONAL_H
+#include <geos/geom/Geometry.h> // for inheritance
+
namespace geos {
namespace geom { // geos::geom
Modified: trunk/include/geos/geom/Puntal.h
===================================================================
--- trunk/include/geos/geom/Puntal.h 2011-02-07 15:39:27 UTC (rev 3185)
+++ trunk/include/geos/geom/Puntal.h 2011-02-07 15:39:36 UTC (rev 3186)
@@ -20,6 +20,8 @@
#ifndef GEOS_GEOM_PUNTAL_H
#define GEOS_GEOM_PUNTAL_H
+#include <geos/geom/Geometry.h> // for inheritance
+
namespace geos {
namespace geom { // geos::geom
More information about the geos-commits
mailing list