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/nad_intr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nad_intr.cpp') diff --git a/src/nad_intr.cpp b/src/nad_intr.cpp index 1f9d1e0c..b5f61db7 100644 --- a/src/nad_intr.cpp +++ b/src/nad_intr.cpp @@ -2,6 +2,7 @@ #define PJ_LIB__ #include "proj_internal.h" #include "proj_math.h" +#include "proj.h" #include "projects.h" LP -- cgit v1.2.3