diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-26 15:16:46 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-30 21:48:56 +0100 |
| commit | 62b9e04cd32587b10bfac2051d3b259f3233e7b2 (patch) | |
| tree | 7b7846443b6cefa2c00620d71dfce5955b65ce26 /src/iso19111/factory.cpp | |
| parent | 8ab6f683cd316acf57bb89ed83932a267c5aa3c2 (diff) | |
| download | PROJ-62b9e04cd32587b10bfac2051d3b259f3233e7b2.tar.gz PROJ-62b9e04cd32587b10bfac2051d3b259f3233e7b2.zip | |
proj_internal.h: remove use of proj_api.h specific structures
Diffstat (limited to 'src/iso19111/factory.cpp')
| -rw-r--r-- | src/iso19111/factory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iso19111/factory.cpp b/src/iso19111/factory.cpp index dcc32f32..8dac7be7 100644 --- a/src/iso19111/factory.cpp +++ b/src/iso19111/factory.cpp @@ -60,6 +60,7 @@ // clang-format off #include "proj.h" #include "proj_internal.h" +#include "proj_api.h" // clang-format on #include <sqlite3.h> |
