[geos-commits] r3430 - branches/3.3/src/operation/buffer

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Jul 7 04:30:27 EDT 2011


Author: strk
Date: 2011-07-07 01:30:27 -0700 (Thu, 07 Jul 2011)
New Revision: 3430

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


Modified: branches/3.3/src/operation/buffer/BufferParameters.cpp
===================================================================
--- branches/3.3/src/operation/buffer/BufferParameters.cpp	2011-07-06 07:02:13 UTC (rev 3429)
+++ branches/3.3/src/operation/buffer/BufferParameters.cpp	2011-07-07 08:30:27 UTC (rev 3430)
@@ -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