$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84085 - trunk/boost/geometry/index/detail/algorithms
From: adam.wulkiewicz_at_[hidden]
Date: 2013-04-29 08:51:50
Author: awulkiew
Date: 2013-04-29 08:51:49 EDT (Mon, 29 Apr 2013)
New Revision: 84085
URL: http://svn.boost.org/trac/boost/changeset/84085
Log:
geometry.index: added includes to some detail/algorithms to make possible using them without including rtree.
Text files modified: 
   trunk/boost/geometry/index/detail/algorithms/content.hpp           |     2 ++                                      
   trunk/boost/geometry/index/detail/algorithms/is_valid.hpp          |     2 ++                                      
   trunk/boost/geometry/index/detail/algorithms/margin.hpp            |     2 ++                                      
   trunk/boost/geometry/index/detail/algorithms/sum_for_indexable.hpp |     2 ++                                      
   4 files changed, 8 insertions(+), 0 deletions(-)
Modified: trunk/boost/geometry/index/detail/algorithms/content.hpp
==============================================================================
--- trunk/boost/geometry/index/detail/algorithms/content.hpp	(original)
+++ trunk/boost/geometry/index/detail/algorithms/content.hpp	2013-04-29 08:51:49 EDT (Mon, 29 Apr 2013)
@@ -11,6 +11,8 @@
 #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_CONTENT_HPP
 #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_CONTENT_HPP
 
+#include <boost/geometry/index/detail/indexable.hpp>
+
 namespace boost { namespace geometry { namespace index { namespace detail {
 
 template <typename Indexable>
Modified: trunk/boost/geometry/index/detail/algorithms/is_valid.hpp
==============================================================================
--- trunk/boost/geometry/index/detail/algorithms/is_valid.hpp	(original)
+++ trunk/boost/geometry/index/detail/algorithms/is_valid.hpp	2013-04-29 08:51:49 EDT (Mon, 29 Apr 2013)
@@ -11,6 +11,8 @@
 #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_IS_VALID_HPP
 #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_IS_VALID_HPP
 
+#include <boost/geometry/index/detail/indexable.hpp>
+
 namespace boost { namespace geometry { namespace index { namespace detail {
 
 namespace dispatch {
Modified: trunk/boost/geometry/index/detail/algorithms/margin.hpp
==============================================================================
--- trunk/boost/geometry/index/detail/algorithms/margin.hpp	(original)
+++ trunk/boost/geometry/index/detail/algorithms/margin.hpp	2013-04-29 08:51:49 EDT (Mon, 29 Apr 2013)
@@ -11,6 +11,8 @@
 #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_MARGIN_HPP
 #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_MARGIN_HPP
 
+#include <boost/geometry/index/detail/indexable.hpp>
+
 namespace boost { namespace geometry { namespace index { namespace detail {
 
 template <typename Box>
Modified: trunk/boost/geometry/index/detail/algorithms/sum_for_indexable.hpp
==============================================================================
--- trunk/boost/geometry/index/detail/algorithms/sum_for_indexable.hpp	(original)
+++ trunk/boost/geometry/index/detail/algorithms/sum_for_indexable.hpp	2013-04-29 08:51:49 EDT (Mon, 29 Apr 2013)
@@ -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 <boost/geometry/index/detail/indexable.hpp>
+
 namespace boost { namespace geometry { namespace index { namespace detail {
 
 template <