[postgis-tickets] r17506 - Add header for fabs()
Paul Ramsey
pramsey at cleverelephant.ca
Tue Jun 11 03:02:11 PDT 2019
Author: pramsey
Date: 2019-06-11 15:02:11 -0700 (Tue, 11 Jun 2019)
New Revision: 17506
Modified:
trunk/postgis/mvt.c
Log:
Add header for fabs()
Modified: trunk/postgis/mvt.c
===================================================================
--- trunk/postgis/mvt.c 2019-06-11 21:41:03 UTC (rev 17505)
+++ trunk/postgis/mvt.c 2019-06-11 22:02:11 UTC (rev 17506)
@@ -24,6 +24,7 @@
#include <string.h>
#include <float.h>
+#include <math.h>
#include "mvt.h"
#include "lwgeom_geos.h"
More information about the postgis-tickets
mailing list