Skip to content

Commit de9194d

Browse files
committed
Add include for asio::async_write(...)
1 parent 71f779b commit de9194d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boost/network/protocol/http/server/async_connection.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <asio/ip/tcp.hpp>
2121
#include <asio/strand.hpp>
2222
#include <asio/streambuf.hpp>
23+
#include <asio/write.hpp>
2324
#include <boost/network/protocol/http/algorithms/linearize.hpp>
2425
#include <boost/network/protocol/http/server/request_parser.hpp>
2526
#include <boost/network/protocol/stream_handler.hpp>

0 commit comments

Comments
 (0)