From 67e3f3298b78f49751d0c6e9eaf52c75c806b630 Mon Sep 17 00:00:00 2001 From: Mark Cave-Ayland Date: Wed, 6 Jul 2011 10:48:05 +0000 Subject: [PATCH] Fix compile warning for lwgeom_init_allocators() in loader/dumper by adding missing liblwgeom.h #include. git-svn-id: http://svn.osgeo.org/postgis/trunk@7606 b70326c6-7e19-0410-871a-916f4a2858ee --- loader/shpcommon.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/loader/shpcommon.h b/loader/shpcommon.h index a93710969..913196d7d 100644 --- a/loader/shpcommon.h +++ b/loader/shpcommon.h @@ -10,6 +10,8 @@ * **********************************************************************/ +#include "../liblwgeom/liblwgeom.h" + typedef struct shp_connection_state { /* PgSQL username to log in with */ -- 2.50.1