Add missing includes to convenience headers

This commit is contained in:
Vinnie Falco
2018-11-09 13:47:36 -08:00
parent 1ca690db06
commit f997a63204
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Version 190:
* Add missing includes to convenience headers
--------------------------------------------------------------------------------
Version 189:
* Add CppCon2018 chat server example and video

View File

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

View File

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