diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-26 12:51:24 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-30 17:37:56 +0100 |
| commit | 9bb2d68766c5cc064352cc89045447949e090508 (patch) | |
| tree | fdd3050fc9b005041b32228114934c6a117d7aef /src/datum_set.cpp | |
| parent | a2fd4206924fedc96c3fd12607fb61e84c4841c0 (diff) | |
| download | PROJ-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.cpp | 1 |
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 */ |
