[geos-commits] r3975 - in trunk/tests/unit: geom io

svn_geos at osgeo.org svn_geos at osgeo.org
Sun Mar 16 09:08:19 PDT 2014


Author: strk
Date: 2014-03-16 09:08:18 -0700 (Sun, 16 Mar 2014)
New Revision: 3975

Modified:
   trunk/tests/unit/geom/CoordinateArraySequenceTest.cpp
   trunk/tests/unit/io/WKBWriterTest.cpp
Log:
Include <cmath> from unit tests (#686)

Modified: trunk/tests/unit/geom/CoordinateArraySequenceTest.cpp
===================================================================
--- trunk/tests/unit/geom/CoordinateArraySequenceTest.cpp	2014-02-11 09:01:46 UTC (rev 3974)
+++ trunk/tests/unit/geom/CoordinateArraySequenceTest.cpp	2014-03-16 16:08:18 UTC (rev 3975)
@@ -11,6 +11,7 @@
 #include <string>
 #include <vector>
 #include <iostream>
+#include <cmath>
 
 namespace tut
 {

Modified: trunk/tests/unit/io/WKBWriterTest.cpp
===================================================================
--- trunk/tests/unit/io/WKBWriterTest.cpp	2014-02-11 09:01:46 UTC (rev 3974)
+++ trunk/tests/unit/io/WKBWriterTest.cpp	2014-03-16 16:08:18 UTC (rev 3975)
@@ -15,6 +15,7 @@
 #include <sstream>
 #include <string>
 #include <memory>
+#include <cmath>
 
 namespace tut
 {



More information about the geos-commits mailing list