1 parent 65b3aad commit 846c5d9Copy full SHA for 846c5d9
1 file changed
include/boost/python/object/make_instance.hpp
@@ -10,7 +10,10 @@
10
# include <boost/python/converter/registered.hpp>
11
# include <boost/python/detail/decref_guard.hpp>
12
# include <boost/python/detail/none.hpp>
13
+# include <boost/type_traits/is_class.hpp>
14
# include <boost/type_traits/is_union.hpp>
15
+# include <boost/mpl/assert.hpp>
16
+# include <boost/mpl/or.hpp>
17
18
namespace boost { namespace python { namespace objects {
19
0 commit comments