[geos-commits] r2707 - in trunk: . tests/unit/operation/buffer

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Oct 29 16:47:46 EDT 2009


Author: mloskot
Date: 2009-10-29 16:47:45 -0400 (Thu, 29 Oct 2009)
New Revision: 2707

Modified:
   trunk/ChangeLog
   trunk/tests/unit/operation/buffer/BufferOpTest.cpp
Log:
Missing include of BufferParameters.h header in BufferOpTest.cpp unit suite

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-10-29 16:20:30 UTC (rev 2706)
+++ trunk/ChangeLog	2009-10-29 20:47:45 UTC (rev 2707)
@@ -1,3 +1,8 @@
+2009-10-29 20:45  Mateusz Loskot <mateusz at loskot.net>
+
+	* [r2707] tests/unit/operation/buffer/BufferOpTest.cpp: missing include
+    of BufferParameters.h header
+
 2009-10-29 16:25  Mateusz Loskot <mateusz at loskot.net>
 
 	* [r2706] tests/unit/operation/buffer/BufferOpTest.cpp: Added more test

Modified: trunk/tests/unit/operation/buffer/BufferOpTest.cpp
===================================================================
--- trunk/tests/unit/operation/buffer/BufferOpTest.cpp	2009-10-29 16:20:30 UTC (rev 2706)
+++ trunk/tests/unit/operation/buffer/BufferOpTest.cpp	2009-10-29 20:47:45 UTC (rev 2707)
@@ -6,6 +6,7 @@
 #include <tut.hpp>
 // geos
 #include <geos/operation/buffer/BufferOp.h>
+#include <geos/operation/buffer/BufferParameters.h>
 #include <geos/platform.h>
 #include <geos/geom/Coordinate.h>
 #include <geos/geom/GeometryFactory.h>



More information about the geos-commits mailing list