Skip to content

Commit 211c90a

Browse files
author
Ralf W. Grosse-Kunstleve
committed
boost/python.hpp: adding two more missing includes
[SVN r72746]
1 parent f1efb48 commit 211c90a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/boost/python.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
# include <boost/python/pointee.hpp>
5454
# include <boost/python/pure_virtual.hpp>
5555
# include <boost/python/ptr.hpp>
56+
# include <boost/python/raw_function.hpp>
5657
# include <boost/python/reference_existing_object.hpp>
5758
# include <boost/python/register_ptr_to_python.hpp>
5859
# include <boost/python/return_arg.hpp>
@@ -63,6 +64,7 @@
6364
# include <boost/python/self.hpp>
6465
# include <boost/python/slice.hpp>
6566
# include <boost/python/slice_nil.hpp>
67+
# include <boost/python/stl_iterator.hpp>
6668
# include <boost/python/str.hpp>
6769
# include <boost/python/to_python_converter.hpp>
6870
# include <boost/python/to_python_indirect.hpp>

0 commit comments

Comments
 (0)