[geos-commits] r2171 - trunk/source/operation/buffer

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Aug 22 13:25:40 EDT 2008


Author: warmerdam
Date: 2008-08-22 13:25:40 -0400 (Fri, 22 Aug 2008)
New Revision: 2171

Modified:
   trunk/source/operation/buffer/BufferOp.cpp
Log:
include cmath for std::pow() and std:log() on MSVC7.1 (#199)

Modified: trunk/source/operation/buffer/BufferOp.cpp
===================================================================
--- trunk/source/operation/buffer/BufferOp.cpp	2008-08-22 16:10:29 UTC (rev 2170)
+++ trunk/source/operation/buffer/BufferOp.cpp	2008-08-22 17:25:40 UTC (rev 2171)
@@ -19,6 +19,7 @@
  **********************************************************************/
 
 #include <algorithm>
+#include <cmath>
 
 #include <geos/profiler.h>
 #include <geos/operation/buffer/BufferOp.h>



More information about the geos-commits mailing list