Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72746 - trunk/boost
From: rwgk_at_[hidden]
Date: 2011-06-24 18:16:07


Author: rwgk
Date: 2011-06-24 18:16:06 EDT (Fri, 24 Jun 2011)
New Revision: 72746
URL: http://svn.boost.org/trac/boost/changeset/72746

Log:
boost/python.hpp: adding two more missing includes
Text files modified:
   trunk/boost/python.hpp | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/boost/python.hpp
==============================================================================
--- trunk/boost/python.hpp (original)
+++ trunk/boost/python.hpp 2011-06-24 18:16:06 EDT (Fri, 24 Jun 2011)
@@ -53,6 +53,7 @@
 # include <boost/python/pointee.hpp>
 # include <boost/python/pure_virtual.hpp>
 # include <boost/python/ptr.hpp>
+# include <boost/python/raw_function.hpp>
 # include <boost/python/reference_existing_object.hpp>
 # include <boost/python/register_ptr_to_python.hpp>
 # include <boost/python/return_arg.hpp>
@@ -63,6 +64,7 @@
 # include <boost/python/self.hpp>
 # include <boost/python/slice.hpp>
 # include <boost/python/slice_nil.hpp>
+# include <boost/python/stl_iterator.hpp>
 # include <boost/python/str.hpp>
 # include <boost/python/to_python_converter.hpp>
 # include <boost/python/to_python_indirect.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