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 {