diff options
Diffstat (limited to 'test/unit')
| -rw-r--r-- | test/unit/pj_phi2_test.cpp | 1 | ||||
| -rw-r--r-- | test/unit/pj_transform_test.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/pj_phi2_test.cpp b/test/unit/pj_phi2_test.cpp index 67441b69..fcfa1e30 100644 --- a/test/unit/pj_phi2_test.cpp +++ b/test/unit/pj_phi2_test.cpp @@ -26,6 +26,7 @@ * DEALINGS IN THE SOFTWARE. ****************************************************************************/ +#include "proj.h" #include "projects.h" #include <cmath> diff --git a/test/unit/pj_transform_test.cpp b/test/unit/pj_transform_test.cpp index 95329bdb..eb6a7f9d 100644 --- a/test/unit/pj_transform_test.cpp +++ b/test/unit/pj_transform_test.cpp @@ -33,6 +33,7 @@ // PROJ include order is sensitive // clang-format off +#include <proj.h> #include <projects.h> #include <proj_api.h> // clang-format on |
