Skip to content

Commit c501874

Browse files
author
Ralf W. Grosse-Kunstleve
committed
boost/python/object/make_instance.hpp: adding missing includes
[SVN r66606]
1 parent cae31b5 commit c501874

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/boost/python/object/make_instance.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
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/mpl/assert.hpp>
14+
# include <boost/mpl/or.hpp>
1315
# include <boost/type_traits/is_union.hpp>
1416

1517
namespace boost { namespace python { namespace objects {

0 commit comments

Comments
 (0)