[geos-commits] r4327 - in branches/3.6: . src/algorithm

Sandro Santilli strk at kbt.io
Wed Jan 18 04:44:17 PST 2017


Author: strk
Date: 2017-01-18 04:44:17 -0800 (Wed, 18 Jan 2017)
New Revision: 4327

Modified:
   branches/3.6/NEWS
   branches/3.6/src/algorithm/MinimumDiameter.cpp
Log:
Fix build for android-ndk

Closes #799 (and #802)

Modified: branches/3.6/NEWS
===================================================================
--- branches/3.6/NEWS	2017-01-18 12:44:04 UTC (rev 4326)
+++ branches/3.6/NEWS	2017-01-18 12:44:17 UTC (rev 4327)
@@ -3,6 +3,7 @@
 
 - Bug fixes / improvements
   - Allow building against python 3 (#774)
+  - Fix build with android-ndk and other compilers (#799)
 
 Changes in 3.6.1
 2016-12-24

Modified: branches/3.6/src/algorithm/MinimumDiameter.cpp
===================================================================
--- branches/3.6/src/algorithm/MinimumDiameter.cpp	2017-01-18 12:44:04 UTC (rev 4326)
+++ branches/3.6/src/algorithm/MinimumDiameter.cpp	2017-01-18 12:44:17 UTC (rev 4327)
@@ -34,6 +34,7 @@
 #include <geos/geom/CoordinateSequence.h>
 
 #include <typeinfo>
+#include <math.h>       /* fabs */
 
 using namespace geos::geom;
 



More information about the geos-commits mailing list