From 027ddbad33be2813ad84799fe1f2f3cf72e5eaae Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Fri, 15 Nov 2013 14:20:16 -0600 Subject: [PATCH] #define CPL_SERV_H_INCLUDED before including geotiff headers to make #206 work --- src/drivers/las/GeotiffSupport.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/drivers/las/GeotiffSupport.hpp b/src/drivers/las/GeotiffSupport.hpp index b83f983cbf..3a552f4046 100644 --- a/src/drivers/las/GeotiffSupport.hpp +++ b/src/drivers/las/GeotiffSupport.hpp @@ -37,6 +37,9 @@ #include +// See http://lists.osgeo.org/pipermail/gdal-dev/2013-November/037429.html +#define CPL_SERV_H_INCLUDED + #ifdef PDAL_HAVE_LIBGEOTIFF #include #include