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/deriv.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/deriv.cpp')
| -rw-r--r-- | src/deriv.cpp | 1 |
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) { |
