Sync up convenience headers

This commit is contained in:
Vinnie Falco
2019-03-04 07:52:33 -08:00
parent 8f83b4e611
commit 75c3ca622f
3 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
Version 228:
* Fix UB in decorator:
* Sync up convenience headers
--------------------------------------------------------------------------------

View File

@ -12,6 +12,7 @@
#include <boost/beast/core/detail/config.hpp>
#include <boost/beast/core/async_base.hpp>
#include <boost/beast/core/basic_stream.hpp>
#include <boost/beast/core/bind_handler.hpp>
#include <boost/beast/core/buffer_size.hpp>
@ -40,6 +41,8 @@
#include <boost/beast/core/ostream.hpp>
#include <boost/beast/core/rate_policy.hpp>
#include <boost/beast/core/read_size.hpp>
#include <boost/beast/core/role.hpp>
#include <boost/beast/core/saved_handler.hpp>
#include <boost/beast/core/span.hpp>
#include <boost/beast/core/static_buffer.hpp>
#include <boost/beast/core/static_string.hpp>

View File

@ -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>