aboutsummaryrefslogtreecommitdiff
path: root/src/deriv.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/deriv.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/deriv.cpp')
-rw-r--r--src/deriv.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/deriv.cpp b/src/deriv.cpp
index 0e285265..72a69440 100644
--- a/src/deriv.cpp
+++ b/src/deriv.cpp
@@ -3,6 +3,7 @@
#include <math.h>
+#include "proj.h"
#include "projects.h"
int pj_deriv(LP lp, double h, const PJ *P, struct DERIVS *der) {