From 2b15e2837999045fd584e23ec594004062b193ee Mon Sep 17 00:00:00 2001 From: Vissarion Fisikopoulos Date: Tue, 13 Feb 2024 13:35:17 +0200 Subject: [PATCH] Add missing headers and remove unused typedefs --- .../geometry/algorithms/detail/within/within_no_turns.hpp | 2 ++ include/boost/geometry/index/detail/serialization.hpp | 3 --- include/boost/geometry/util/rational.hpp | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/geometry/algorithms/detail/within/within_no_turns.hpp b/include/boost/geometry/algorithms/detail/within/within_no_turns.hpp index d6d0417c3b..cc1b8c265c 100644 --- a/include/boost/geometry/algorithms/detail/within/within_no_turns.hpp +++ b/include/boost/geometry/algorithms/detail/within/within_no_turns.hpp @@ -18,6 +18,8 @@ #ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_WITHIN_WITHIN_NO_TURNS_HPP #define BOOST_GEOMETRY_ALGORITHMS_DETAIL_WITHIN_WITHIN_NO_TURNS_HPP +#include + #include #include diff --git a/include/boost/geometry/index/detail/serialization.hpp b/include/boost/geometry/index/detail/serialization.hpp index acb8cde2aa..f0852d61b3 100644 --- a/include/boost/geometry/index/detail/serialization.hpp +++ b/include/boost/geometry/index/detail/serialization.hpp @@ -566,10 +566,7 @@ void load(Archive & ar, boost::geometry::index::rtree & rt, unsig typedef boost::geometry::index::rtree rtree; typedef detail::rtree::private_view view; typedef typename view::size_type size_type; - typedef typename view::translator_type translator_type; - typedef typename view::value_type value_type; typedef typename view::options_type options_type; - typedef typename view::box_type box_type; typedef typename view::allocators_type allocators_type; typedef typename view::members_holder members_holder; diff --git a/include/boost/geometry/util/rational.hpp b/include/boost/geometry/util/rational.hpp index 2e8b751ad9..f159f4c0a9 100644 --- a/include/boost/geometry/util/rational.hpp +++ b/include/boost/geometry/util/rational.hpp @@ -16,6 +16,7 @@ #include #include +#include #include #include