diff --git a/include/boost/python/converter/obj_mgr_arg_from_python.hpp b/include/boost/python/converter/obj_mgr_arg_from_python.hpp index 58cf85e4..77e1ab8e 100644 --- a/include/boost/python/converter/obj_mgr_arg_from_python.hpp +++ b/include/boost/python/converter/obj_mgr_arg_from_python.hpp @@ -11,6 +11,7 @@ # include # include # include +# include // // arg_from_python converters for Python type wrappers, to be used as