Skip to content

Commit

Permalink
Add missing headers for is_inverse_spheroidal_coordinates function
Browse files Browse the repository at this point in the history
  • Loading branch information
vissarion committed Mar 28, 2024
1 parent 6a7d340 commit 40712c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
#include <boost/geometry/core/coordinate_system.hpp>
#include <boost/geometry/core/coordinate_type.hpp>

#include <boost/geometry/util/is_inverse_spheroidal_coordinates.hpp>
#include <boost/geometry/util/math.hpp>
#include <boost/geometry/util/normalize_spheroidal_coordinates.hpp>
#include <boost/geometry/util/range.hpp>

#include <boost/geometry/views/detail/indexed_point_view.hpp>
Expand Down
2 changes: 2 additions & 0 deletions include/boost/geometry/strategy/spherical/expand_box.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@

#include <boost/geometry/strategy/expand.hpp>

#include <boost/geometry/util/is_inverse_spheroidal_coordinates.hpp>

#include <boost/geometry/views/detail/indexed_point_view.hpp>

namespace boost { namespace geometry
Expand Down
1 change: 1 addition & 0 deletions test/algorithms/envelope_expand/expand_on_spheroid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <boost/geometry/io/wkt/wkt.hpp>

#include <boost/geometry/util/condition.hpp>
#include <boost/geometry/util/is_inverse_spheroidal_coordinates.hpp>

#include <boost/geometry/views/detail/indexed_point_view.hpp>

Expand Down

0 comments on commit 40712c0

Please sign in to comment.