2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 06:42:27 +00:00

Include all of the headers needed for the BOOST_MPL_ASSERT that is failing for several compilers

[SVN r62015]
This commit is contained in:
Douglas Gregor
2010-05-16 01:27:58 +00:00
parent 86db60255a
commit 4b9cb5337d

View File

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