]> granicus.if.org Git - postgis/commitdiff
Add header for fabs()
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 11 Jun 2019 22:02:11 +0000 (22:02 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 11 Jun 2019 22:02:11 +0000 (22:02 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17506 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/mvt.c

index 7bd1863fac87d0024521673060fdfa3de32f56b3..3829a99c66568e14ce2509a28390770337c2bd27 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <string.h>
 #include <float.h>
+#include <math.h>
 
 #include "mvt.h"
 #include "lwgeom_geos.h"