From 92aa63a684af2fe30640f0fb7b67c30b7452d75b Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Mon, 29 Apr 2013 12:51:49 +0000 Subject: [PATCH] geometry.index: added includes to some detail/algorithms to make possible using them without including rtree. [SVN r84085] --- include/boost/geometry/index/detail/algorithms/content.hpp | 2 ++ include/boost/geometry/index/detail/algorithms/is_valid.hpp | 2 ++ include/boost/geometry/index/detail/algorithms/margin.hpp | 2 ++ .../geometry/index/detail/algorithms/sum_for_indexable.hpp | 2 ++ 4 files changed, 8 insertions(+) diff --git a/include/boost/geometry/index/detail/algorithms/content.hpp b/include/boost/geometry/index/detail/algorithms/content.hpp index 0677fe564..5425d9db7 100644 --- a/include/boost/geometry/index/detail/algorithms/content.hpp +++ b/include/boost/geometry/index/detail/algorithms/content.hpp @@ -11,6 +11,8 @@ #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_CONTENT_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_CONTENT_HPP +#include + namespace boost { namespace geometry { namespace index { namespace detail { template diff --git a/include/boost/geometry/index/detail/algorithms/is_valid.hpp b/include/boost/geometry/index/detail/algorithms/is_valid.hpp index 327e629af..65716a57d 100644 --- a/include/boost/geometry/index/detail/algorithms/is_valid.hpp +++ b/include/boost/geometry/index/detail/algorithms/is_valid.hpp @@ -11,6 +11,8 @@ #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_IS_VALID_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_IS_VALID_HPP +#include + namespace boost { namespace geometry { namespace index { namespace detail { namespace dispatch { diff --git a/include/boost/geometry/index/detail/algorithms/margin.hpp b/include/boost/geometry/index/detail/algorithms/margin.hpp index a5b934815..03e981190 100644 --- a/include/boost/geometry/index/detail/algorithms/margin.hpp +++ b/include/boost/geometry/index/detail/algorithms/margin.hpp @@ -11,6 +11,8 @@ #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_MARGIN_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_MARGIN_HPP +#include + namespace boost { namespace geometry { namespace index { namespace detail { template diff --git a/include/boost/geometry/index/detail/algorithms/sum_for_indexable.hpp b/include/boost/geometry/index/detail/algorithms/sum_for_indexable.hpp index 4aef36352..ebe9fee93 100644 --- a/include/boost/geometry/index/detail/algorithms/sum_for_indexable.hpp +++ b/include/boost/geometry/index/detail/algorithms/sum_for_indexable.hpp @@ -11,6 +11,8 @@ #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_SUM_FOR_INDEXABLE_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_SUM_FOR_INDEXABLE_HPP +#include + namespace boost { namespace geometry { namespace index { namespace detail { template <