2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00

boost/python/object/make_instance.hpp: adding missing includes

[SVN r66606]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2010-11-15 23:17:00 +00:00
parent cae31b5380
commit c501874bc2

View File

@@ -10,6 +10,8 @@
# include <boost/python/converter/registered.hpp>
# include <boost/python/detail/decref_guard.hpp>
# include <boost/python/detail/none.hpp>
# include <boost/mpl/assert.hpp>
# include <boost/mpl/or.hpp>
# include <boost/type_traits/is_union.hpp>
namespace boost { namespace python { namespace objects {