summaryrefslogtreecommitdiff
path: root/boost/beast/websocket/impl/handshake.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/beast/websocket/impl/handshake.hpp')
-rw-r--r--boost/beast/websocket/impl/handshake.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/beast/websocket/impl/handshake.hpp b/boost/beast/websocket/impl/handshake.hpp
index 21fba99738..645b1a3a30 100644
--- a/boost/beast/websocket/impl/handshake.hpp
+++ b/boost/beast/websocket/impl/handshake.hpp
@@ -37,7 +37,7 @@ template<class Handler>
class stream<NextLayer, deflateSupported>::handshake_op
: public beast::stable_async_base<Handler,
beast::executor_type<stream>>
- , public net::coroutine
+ , public asio::coroutine
{
struct data
{