Skip to content

Commit 84daf14

Browse files
committed
Added missing #includes
[SVN r19782]
1 parent 4af28b2 commit 84daf14

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

include/boost/python.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
# include <boost/python/other.hpp>
4949
# include <boost/python/overloads.hpp>
5050
# include <boost/python/pointee.hpp>
51+
# include <boost/python/pure_virtual.hpp>
5152
# include <boost/python/ptr.hpp>
5253
# include <boost/python/reference_existing_object.hpp>
5354
# include <boost/python/register_ptr_to_python.hpp>

include/boost/python/detail/nullary_function_adaptor.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
# include <boost/python/detail/prefix.hpp>
1010
# include <boost/preprocessor/iteration/local.hpp>
1111
# include <boost/preprocessor/facilities/intercept.hpp>
12+
# include <boost/preprocessor/repetition/enum_params.hpp>
13+
# include <boost/preprocessor/repetition/enum_binary_params.hpp>
1214

1315
namespace boost { namespace python { namespace detail {
1416

0 commit comments

Comments
 (0)