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/gridcatalog.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gridcatalog.cpp') diff --git a/src/gridcatalog.cpp b/src/gridcatalog.cpp index fef2df56..8fb90efa 100644 --- a/src/gridcatalog.cpp +++ b/src/gridcatalog.cpp @@ -32,6 +32,7 @@ #include #include +#include "proj.h" #include "projects.h" static PJ_GridCatalog *grid_catalog_list = nullptr; -- cgit v1.2.3