Skip to content

Commit

Permalink
Add missing headers and remove unused typedefs
Browse files Browse the repository at this point in the history
  • Loading branch information
vissarion committed Feb 13, 2024
1 parent 98fdf71 commit 2b15e28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <boost/type_traits/is_base_of.hpp>

#include <boost/geometry/algorithms/detail/point_on_border.hpp>
#include <boost/geometry/algorithms/detail/within/point_in_geometry.hpp>

Expand Down
3 changes: 0 additions & 3 deletions include/boost/geometry/index/detail/serialization.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -566,10 +566,7 @@ void load(Archive & ar, boost::geometry::index::rtree<V, P, I, E, A> & rt, unsig
typedef boost::geometry::index::rtree<V, P, I, E, A> rtree;
typedef detail::rtree::private_view<rtree> 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;

Expand Down
1 change: 1 addition & 0 deletions include/boost/geometry/util/rational.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include <boost/rational.hpp>
#include <boost/numeric/conversion/bounds.hpp>
#include <boost/numeric/conversion/converter.hpp>

#include <boost/geometry/util/coordinate_cast.hpp>
#include <boost/geometry/util/select_most_precise.hpp>
Expand Down

0 comments on commit 2b15e28

Please sign in to comment.