diff --git a/include/boost/asio/handler_type.hpp b/include/boost/asio/handler_type.hpp index e4f2de88..ea96b149 100644 --- a/include/boost/asio/handler_type.hpp +++ b/include/boost/asio/handler_type.hpp @@ -109,6 +109,6 @@ struct handler_type #include #define BOOST_ASIO_HANDLER_TYPE(h, sig) \ - typename handler_type::type + typename ::boost::asio::handler_type::type #endif // BOOST_ASIO_HANDLER_TYPE_HPP