mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
Add missing include in http/read.ipp
Fixes a compilation error that occurred when using BOOST_ASIO_SEPARATE_COMPILATION. Resolves: #1286 Signed-off-by: Damian Jarek <damian.jarek93@gmail.com>
This commit is contained in:
committed by
Vinnie Falco
parent
215896723f
commit
1cdc1e3181
@ -6,6 +6,7 @@ Version 187:
|
||||
* Partial support for BOOST_NO_EXCEPTIONS
|
||||
* Fix a spurious gcc warning
|
||||
* Test for gcc warning bug
|
||||
* Add missing include
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <boost/asio/associated_allocator.hpp>
|
||||
#include <boost/asio/associated_executor.hpp>
|
||||
#include <boost/asio/coroutine.hpp>
|
||||
#include <boost/asio/error.hpp>
|
||||
#include <boost/asio/executor_work_guard.hpp>
|
||||
#include <boost/asio/handler_continuation_hook.hpp>
|
||||
#include <boost/asio/handler_invoke_hook.hpp>
|
||||
|
Reference in New Issue
Block a user