From 40712c0bc2341c26d938af93e301726e0fbf4ada Mon Sep 17 00:00:00 2001 From: Vissarion Fisikopoulos Date: Thu, 28 Mar 2024 16:18:13 +0200 Subject: [PATCH] Add missing headers for is_inverse_spheroidal_coordinates function --- .../geometry/algorithms/detail/envelope/range_of_boxes.hpp | 2 +- include/boost/geometry/strategy/spherical/expand_box.hpp | 2 ++ test/algorithms/envelope_expand/expand_on_spheroid.cpp | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/include/boost/geometry/algorithms/detail/envelope/range_of_boxes.hpp b/include/boost/geometry/algorithms/detail/envelope/range_of_boxes.hpp index 04032c6237..d22d9f5467 100644 --- a/include/boost/geometry/algorithms/detail/envelope/range_of_boxes.hpp +++ b/include/boost/geometry/algorithms/detail/envelope/range_of_boxes.hpp @@ -32,8 +32,8 @@ #include #include +#include #include -#include #include #include diff --git a/include/boost/geometry/strategy/spherical/expand_box.hpp b/include/boost/geometry/strategy/spherical/expand_box.hpp index 9400f0cc4d..3e775d3099 100644 --- a/include/boost/geometry/strategy/spherical/expand_box.hpp +++ b/include/boost/geometry/strategy/spherical/expand_box.hpp @@ -38,6 +38,8 @@ #include +#include + #include namespace boost { namespace geometry diff --git a/test/algorithms/envelope_expand/expand_on_spheroid.cpp b/test/algorithms/envelope_expand/expand_on_spheroid.cpp index b3c9af1f20..e7e45a230b 100644 --- a/test/algorithms/envelope_expand/expand_on_spheroid.cpp +++ b/test/algorithms/envelope_expand/expand_on_spheroid.cpp @@ -38,6 +38,7 @@ #include #include +#include #include