From 4034ac88b214da0eab8943172eff0f1200b0a6cc Mon Sep 17 00:00:00 2001 From: Vissarion Fisikopoulos Date: Mon, 21 Dec 2020 15:11:17 +0200 Subject: [PATCH] [strategies] [test] Fix spherical cross track and convex hull tests --- .../geometry/strategies/spherical/side_by_cross_track.hpp | 4 ++++ test/algorithms/Jamfile | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) 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 ]