diff --git a/include/boost/python/object.hpp b/include/boost/python/object.hpp index 5186669e..c7a25b66 100755 --- a/include/boost/python/object.hpp +++ b/include/boost/python/object.hpp @@ -11,11 +11,14 @@ # include # include -namespace boost { namespace python { +namespace boost { namespace python { namespace api { class string; -class type; +class type_object; -}} // namespace boost::python +template +type_object type(T const&); + +}}} // namespace boost::python::api #endif // OBJECT_DWA2002612_HPP