File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
include/boost/geometry/strategies/spherical Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1515#ifndef BOOST_GEOMETRY_STRATEGIES_SPHERICAL_SIDE_BY_CROSS_TRACK_HPP
1616#define BOOST_GEOMETRY_STRATEGIES_SPHERICAL_SIDE_BY_CROSS_TRACK_HPP
1717
18+ #include < boost/geometry/algorithms/equals.hpp>
19+
1820#include < boost/geometry/core/cs.hpp>
1921#include < boost/geometry/core/access.hpp>
2022#include < boost/geometry/core/radian_access.hpp>
2123
2224#include < boost/geometry/formulas/spherical.hpp>
2325
26+ #include < boost/geometry/strategies/spherical/point_in_point.hpp>
27+
2428#include < boost/geometry/util/math.hpp>
2529#include < boost/geometry/util/promote_floating_point.hpp>
2630#include < boost/geometry/util/select_calculation_type.hpp>
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ test-suite boost-geometry-algorithms
2525 [ run comparable_distance.cpp : : : : algorithms_comparable_distance ]
2626 [ run convert.cpp : : : : algorithms_convert ]
2727 [ run convert_multi.cpp : : : : algorithms_convert_multi ]
28- [ run convex_hull.cpp : : : : algorithms_convex_hull ]
29- [ run convex_hull_multi.cpp : : : : algorithms_convex_hull_multi ]
3028 [ run correct.cpp : : : : algorithms_correct ]
3129 [ run correct_multi.cpp : : : : algorithms_correct_multi ]
3230 [ run correct_closure.cpp : : : : algorithms_correct_closure ]
You can’t perform that action at this time.
0 commit comments