From 9bb2d68766c5cc064352cc89045447949e090508 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 26 Dec 2018 12:51:24 +0100 Subject: projects.h: remove #ifdef __cpluplus test since it must now be included from C++ file due to C++ objects in struct PJconsts --- src/apply_gridshift.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/apply_gridshift.cpp') diff --git a/src/apply_gridshift.cpp b/src/apply_gridshift.cpp index 4c8115cc..da02b6b2 100644 --- a/src/apply_gridshift.cpp +++ b/src/apply_gridshift.cpp @@ -35,6 +35,7 @@ #include #include "proj_internal.h" +#include "proj.h" #include "projects.h" /************************************************************************/ -- cgit v1.2.3