From bd72ee9cd1e757c3ad158f39dcd35e39490adffe Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 17 Jul 2002 14:05:53 +0000 Subject: [PATCH] Add missing #include [SVN r14494] --- include/boost/python/converter/obj_mgr_arg_from_python.hpp | 1 + 1 file changed, 1 insertion(+) 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