Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66498 - in trunk/boost/property_tree: . detail
From: eric_at_[hidden]
Date: 2010-11-11 15:28:12


Author: eric_niebler
Date: 2010-11-11 15:28:11 EST (Thu, 11 Nov 2010)
New Revision: 66498
URL: http://svn.boost.org/trac/boost/changeset/66498

Log:
add missing includes, fixes #4841
Text files modified:
   trunk/boost/property_tree/detail/ptree_implementation.hpp | 1 +
   trunk/boost/property_tree/string_path.hpp | 1 +
   2 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/boost/property_tree/detail/ptree_implementation.hpp
==============================================================================
--- trunk/boost/property_tree/detail/ptree_implementation.hpp (original)
+++ trunk/boost/property_tree/detail/ptree_implementation.hpp 2010-11-11 15:28:11 EST (Thu, 11 Nov 2010)
@@ -14,6 +14,7 @@
 #include <boost/iterator/iterator_adaptor.hpp>
 #include <boost/iterator/reverse_iterator.hpp>
 #include <memory>
+#include <cassert>
 
 #if defined(BOOST_MSVC) && \
     (_MSC_FULL_VER >= 160000000 && _MSC_FULL_VER < 170000000)

Modified: trunk/boost/property_tree/string_path.hpp
==============================================================================
--- trunk/boost/property_tree/string_path.hpp (original)
+++ trunk/boost/property_tree/string_path.hpp 2010-11-11 15:28:11 EST (Thu, 11 Nov 2010)
@@ -23,6 +23,7 @@
 #include <algorithm>
 #include <string>
 #include <iterator>
+#include <cassert>
 
 namespace boost { namespace property_tree
 {


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