Skip to content

Commit 4b9cb53

Browse files
committed
Include all of the headers needed for the BOOST_MPL_ASSERT that is failing for several compilers
[SVN r62015]
1 parent 86db602 commit 4b9cb53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/boost/python/object/make_instance.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
# include <boost/python/converter/registered.hpp>
1111
# include <boost/python/detail/decref_guard.hpp>
1212
# include <boost/python/detail/none.hpp>
13+
# include <boost/type_traits/is_class.hpp>
1314
# include <boost/type_traits/is_union.hpp>
15+
# include <boost/mpl/assert.hpp>
16+
# include <boost/mpl/or.hpp>
1417

1518
namespace boost { namespace python { namespace objects {
1619

0 commit comments

Comments
 (0)