We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86db602 commit 4b9cb53Copy full SHA for 4b9cb53
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