mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 05:17:26 +02:00
Add missing includes to convenience headers
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
Version 190:
|
||||
|
||||
* Add missing includes to convenience headers
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Version 189:
|
||||
|
||||
* Add CppCon2018 chat server example and video
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include <boost/beast/core/detail/config.hpp>
|
||||
|
||||
#include <boost/beast/http/basic_dynamic_body.hpp>
|
||||
#include <boost/beast/http/basic_file_body.hpp>
|
||||
#include <boost/beast/http/basic_parser.hpp>
|
||||
#include <boost/beast/http/buffer_body.hpp>
|
||||
#include <boost/beast/http/chunk_encode.hpp>
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include <boost/beast/websocket/error.hpp>
|
||||
#include <boost/beast/websocket/option.hpp>
|
||||
#include <boost/beast/websocket/rfc6455.hpp>
|
||||
#include <boost/beast/websocket/role.hpp>
|
||||
#include <boost/beast/websocket/stream.hpp>
|
||||
#include <boost/beast/websocket/stream_fwd.hpp>
|
||||
#include <boost/beast/websocket/teardown.hpp>
|
||||
|
Reference in New Issue
Block a user