diff --git a/include/boost/python/type_from_python.hpp b/include/boost/python/type_from_python.hpp index 16b8da81..d5b9faed 100644 --- a/include/boost/python/type_from_python.hpp +++ b/include/boost/python/type_from_python.hpp @@ -7,6 +7,7 @@ # define TYPE_FROM_PYTHON_DWA2002130_HPP # include +# include namespace boost { namespace python { @@ -31,7 +32,7 @@ namespace detail { typedef typename boost::add_reference::type param; return &Extractor::execute( - boost::python::converter::detail::void_ptr_to_reference( + boost::python::detail::void_ptr_to_reference( op, (param(*)())0 ) ); }