2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

boost/python.hpp: adding two more missing includes

[SVN r72746]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2011-06-24 22:16:06 +00:00
parent f1efb481c3
commit 211c90ae0f

View File

@@ -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>