From 1b1d60e83a20412aeca3e440705df820979af03b Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 26 Dec 2018 14:22:34 +0100 Subject: projects.h: remove deprecated XY, XYZ, LP, LPZ, UV, UVW, projUV and projUVW structures --- test/unit/pj_phi2_test.cpp | 1 + test/unit/pj_transform_test.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'test/unit') 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 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 #include #include // clang-format on -- cgit v1.2.3