Skip to content

Commit 421f4de

Browse files
authored
Merge pull request #785 from vissarion/fix/spherical_str
[strategies] [test] Fix spherical cross track and convex hull tests
2 parents b54a058 + 4034ac8 commit 421f4de

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

include/boost/geometry/strategies/spherical/side_by_cross_track.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@
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>

test/algorithms/Jamfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 ]

0 commit comments

Comments
 (0)