summaryrefslogtreecommitdiff
path: root/boost/beast/websocket/stream_fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/beast/websocket/stream_fwd.hpp')
-rw-r--r--boost/beast/websocket/stream_fwd.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/boost/beast/websocket/stream_fwd.hpp b/boost/beast/websocket/stream_fwd.hpp
index 97ffcb49ed..6d17636399 100644
--- a/boost/beast/websocket/stream_fwd.hpp
+++ b/boost/beast/websocket/stream_fwd.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)
@@ -12,6 +12,8 @@
#include <boost/beast/core/detail/config.hpp>
+//[code_websocket_1h
+
namespace boost {
namespace beast {
namespace websocket {
@@ -25,4 +27,6 @@ class stream;
} // beast
} // boost
+//]
+
#endif