|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r57595 - in sandbox/SOC/2006/tree/trunk/boost/tree: . detail
From: ockham_at_[hidden]
Date: 2009-11-12 07:59:12
Author: bernhard.reiter
Date: 2009-11-12 07:59:11 EST (Thu, 12 Nov 2009)
New Revision: 57595
URL: http://svn.boost.org/trac/boost/changeset/57595
Log:
More #include fixes
Text files modified:
sandbox/SOC/2006/tree/trunk/boost/tree/detail/iterative_algorithms.hpp | 2 ++
sandbox/SOC/2006/tree/trunk/boost/tree/inorder_algorithms.hpp | 1 +
sandbox/SOC/2006/tree/trunk/boost/tree/postorder_algorithms.hpp | 1 +
sandbox/SOC/2006/tree/trunk/boost/tree/preorder_algorithms.hpp | 1 +
4 files changed, 5 insertions(+), 0 deletions(-)
Modified: sandbox/SOC/2006/tree/trunk/boost/tree/detail/iterative_algorithms.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/detail/iterative_algorithms.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/detail/iterative_algorithms.hpp 2009-11-12 07:59:11 EST (Thu, 12 Nov 2009)
@@ -20,6 +20,8 @@
#include <boost/tree/inorder_algorithms.hpp>
#include <boost/tree/postorder_algorithms.hpp>
+#include <boost/tree/root_tracking_cursor.hpp>
+
#include <boost/tree/cursor_concepts.hpp>
#include <boost/concept/requires.hpp>
Modified: sandbox/SOC/2006/tree/trunk/boost/tree/inorder_algorithms.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/inorder_algorithms.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/inorder_algorithms.hpp 2009-11-12 07:59:11 EST (Thu, 12 Nov 2009)
@@ -14,6 +14,7 @@
#include <boost/tree/general_algorithms.hpp>
#include <boost/tree/cursor_concepts.hpp>
+#include <boost/tree/cursor.hpp>
#include <boost/concept/requires.hpp>
Modified: sandbox/SOC/2006/tree/trunk/boost/tree/postorder_algorithms.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/postorder_algorithms.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/postorder_algorithms.hpp 2009-11-12 07:59:11 EST (Thu, 12 Nov 2009)
@@ -13,6 +13,7 @@
#define BOOST_TREE_POSTORDER_ALGORITHMS_HPP
#include <boost/tree/cursor_concepts.hpp>
+#include <boost/tree/cursor.hpp>
#include <boost/concept/requires.hpp>
Modified: sandbox/SOC/2006/tree/trunk/boost/tree/preorder_algorithms.hpp
==============================================================================
--- sandbox/SOC/2006/tree/trunk/boost/tree/preorder_algorithms.hpp (original)
+++ sandbox/SOC/2006/tree/trunk/boost/tree/preorder_algorithms.hpp 2009-11-12 07:59:11 EST (Thu, 12 Nov 2009)
@@ -13,6 +13,7 @@
#define BOOST_TREE_PREORDER_ALGORITHMS_HPP
#include <boost/tree/cursor_concepts.hpp>
+#include <boost/tree/cursor.hpp>
#include <boost/concept/requires.hpp>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk