]> granicus.if.org Git - postgis/commitdiff
rtpg_wkb: Add missing include
authorDarafei Praliaskouski <me@komzpa.net>
Tue, 20 Feb 2018 11:27:16 +0000 (11:27 +0000)
committerDarafei Praliaskouski <me@komzpa.net>
Tue, 20 Feb 2018 11:27:16 +0000 (11:27 +0000)
Patch by Raúl Marín Rodríguez

Closes https://github.com/postgis/postgis/pull/211
Closes #4021
References #2221

git-svn-id: http://svn.osgeo.org/postgis/trunk@16387 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/rtpg_wkb.c

index 1f25f002ddba5f6d794a2b3d07218446213ecabb..6d2675bfa40f8879421df173cb2c61b2f50b2f04 100644 (file)
@@ -33,6 +33,7 @@
 #include <utils/builtins.h> /*  for cstring_to_text */
 
 #include "rtpostgis.h"
+#include "lwgeom_pg.h"
 
 Datum RASTER_asWKB(PG_FUNCTION_ARGS);
 Datum RASTER_asHexWKB(PG_FUNCTION_ARGS);