[geos-commits] r3432 - trunk/src/operation/buffer

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Jul 7 04:33:03 EDT 2011


Author: strk
Date: 2011-07-07 01:33:03 -0700 (Thu, 07 Jul 2011)
New Revision: 3432

Modified:
   trunk/src/operation/buffer/BufferParameters.cpp
Log:
Include platform.h, fixing SOLARIS build. Patch by Tai Meng <tai.meng at safe.com>.

Modified: trunk/src/operation/buffer/BufferParameters.cpp
===================================================================
--- trunk/src/operation/buffer/BufferParameters.cpp	2011-07-07 08:31:06 UTC (rev 3431)
+++ trunk/src/operation/buffer/BufferParameters.cpp	2011-07-07 08:33:03 UTC (rev 3432)
@@ -20,6 +20,7 @@
 #include <cstdlib> // for std::abs()
 #include <cmath> // for cos
 
+#include <geos/platform.h>
 #include <geos/operation/buffer/BufferParameters.h>
 
 



More information about the geos-commits mailing list