2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

boost/python/object/make_instance.hpp: missing include added to resolve g++ 4.4 compilation errors

[SVN r59256]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2010-01-24 19:04:59 +00:00
parent 3ad52bce72
commit 33408d2dcc

View File

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