From 1d789341c7649346f845e445b8003475d9a6c86a Mon Sep 17 00:00:00 2001 From: Darafei Praliaskouski Date: Tue, 20 Feb 2018 11:27:16 +0000 Subject: [PATCH] rtpg_wkb: Add missing include MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/raster/rt_pg/rtpg_wkb.c b/raster/rt_pg/rtpg_wkb.c index 1f25f002d..6d2675bfa 100644 --- a/raster/rt_pg/rtpg_wkb.c +++ b/raster/rt_pg/rtpg_wkb.c @@ -33,6 +33,7 @@ #include /* for cstring_to_text */ #include "rtpostgis.h" +#include "lwgeom_pg.h" Datum RASTER_asWKB(PG_FUNCTION_ARGS); Datum RASTER_asHexWKB(PG_FUNCTION_ARGS); -- 2.40.0