From 4b9cb5337daa660397c98d5e4b21bfa881aa4c70 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 16 May 2010 01:27:58 +0000 Subject: [PATCH] Include all of the headers needed for the BOOST_MPL_ASSERT that is failing for several compilers [SVN r62015] --- include/boost/python/object/make_instance.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/python/object/make_instance.hpp b/include/boost/python/object/make_instance.hpp index 1ffded12..264a05b4 100644 --- a/include/boost/python/object/make_instance.hpp +++ b/include/boost/python/object/make_instance.hpp @@ -10,7 +10,10 @@ # include # include # include +# include # include +# include +# include namespace boost { namespace python { namespace objects {