summaryrefslogtreecommitdiff
path: root/boost/beast/websocket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/beast/websocket.hpp')
-rw-r--r--boost/beast/websocket.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/boost/beast/websocket.hpp b/boost/beast/websocket.hpp
index 551eaff47b..8aa5347e82 100644
--- a/boost/beast/websocket.hpp
+++ b/boost/beast/websocket.hpp
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
+// Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -16,6 +16,7 @@
#include <boost/beast/websocket/option.hpp>
#include <boost/beast/websocket/rfc6455.hpp>
#include <boost/beast/websocket/stream.hpp>
+#include <boost/beast/websocket/stream_base.hpp>
#include <boost/beast/websocket/stream_fwd.hpp>
#include <boost/beast/websocket/teardown.hpp>