[postgis-tickets] r15347 - Add <float.h> include so PostGIS can compile against PostgreSQL 10

Regina Obe lr at pcorp.us
Fri Apr 7 01:28:07 PDT 2017


Author: robe
Date: 2017-04-07 01:28:07 -0700 (Fri, 07 Apr 2017)
New Revision: 15347

Modified:
   trunk/libpgcommon/gserialized_gist.h
Log:
Add <float.h> include so PostGIS can compile against PostgreSQL 10
Closes #3721

Modified: trunk/libpgcommon/gserialized_gist.h
===================================================================
--- trunk/libpgcommon/gserialized_gist.h	2017-04-04 17:40:45 UTC (rev 15346)
+++ trunk/libpgcommon/gserialized_gist.h	2017-04-07 08:28:07 UTC (rev 15347)
@@ -1,4 +1,4 @@
-
+#include <float.h>
 /**********************************************************************
 **  GIDX structure.
 **



More information about the postgis-tickets mailing list