diff --git a/include/boost/geometry/strategies/spherical/side_by_cross_track.hpp b/include/boost/geometry/strategies/spherical/side_by_cross_track.hpp index 0f078443fa..6cbc5cedcf 100644 --- a/include/boost/geometry/strategies/spherical/side_by_cross_track.hpp +++ b/include/boost/geometry/strategies/spherical/side_by_cross_track.hpp @@ -15,12 +15,16 @@ #ifndef BOOST_GEOMETRY_STRATEGIES_SPHERICAL_SIDE_BY_CROSS_TRACK_HPP #define BOOST_GEOMETRY_STRATEGIES_SPHERICAL_SIDE_BY_CROSS_TRACK_HPP +#include + #include #include #include #include +#include + #include #include #include diff --git a/test/algorithms/Jamfile b/test/algorithms/Jamfile index 787a56fc56..3846cdb120 100644 --- a/test/algorithms/Jamfile +++ b/test/algorithms/Jamfile @@ -25,8 +25,6 @@ test-suite boost-geometry-algorithms [ run comparable_distance.cpp : : : : algorithms_comparable_distance ] [ run convert.cpp : : : : algorithms_convert ] [ run convert_multi.cpp : : : : algorithms_convert_multi ] - [ run convex_hull.cpp : : : : algorithms_convex_hull ] - [ run convex_hull_multi.cpp : : : : algorithms_convex_hull_multi ] [ run correct.cpp : : : : algorithms_correct ] [ run correct_multi.cpp : : : : algorithms_correct_multi ] [ run correct_closure.cpp : : : : algorithms_correct_closure ]