aboutsummaryrefslogtreecommitdiff
path: root/src/datum_set.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-12-26 12:51:24 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-12-30 17:37:56 +0100
commit9bb2d68766c5cc064352cc89045447949e090508 (patch)
treefdd3050fc9b005041b32228114934c6a117d7aef /src/datum_set.cpp
parenta2fd4206924fedc96c3fd12607fb61e84c4841c0 (diff)
downloadPROJ-9bb2d68766c5cc064352cc89045447949e090508.tar.gz
PROJ-9bb2d68766c5cc064352cc89045447949e090508.zip
projects.h: remove #ifdef __cpluplus test since it must now be included from C++ file due to C++ objects in struct PJconsts
Diffstat (limited to 'src/datum_set.cpp')
-rw-r--r--src/datum_set.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datum_set.cpp b/src/datum_set.cpp
index c9dfdb80..7fca783f 100644
--- a/src/datum_set.cpp
+++ b/src/datum_set.cpp
@@ -28,6 +28,7 @@
#include <errno.h>
#include <string.h>
+#include "proj.h"
#include "projects.h"
/* SEC_TO_RAD = Pi/180/3600 */