Skip to content

Commit d42fb59

Browse files
authored
Fixup asio old service removed after boost 1.69 (#901)
BOOST_ASIO_ENABLE_OLD_SERVICES option and all those header files are removed from boost asio 1.70. Signed-off-by: Hsia-Jun(Randy) Li <randy.li@synaptics.com> Co-authored-by: Hsia-Jun(Randy) Li <randy.li@synaptics.com>
1 parent 96a087a commit d42fb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/network/protocol/stream_handler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
#include <memory>
1414
#include <boost/asio/async_result.hpp>
1515
#include <boost/asio/basic_socket.hpp>
16+
#include <boost/asio/basic_stream_socket.hpp>
1617
#include <boost/asio/detail/config.hpp>
1718
#include <boost/asio/detail/handler_type_requirements.hpp>
1819
#include <boost/asio/detail/push_options.hpp>
1920
#include <boost/asio/detail/throw_error.hpp>
2021
#include <boost/asio/error.hpp>
21-
#include <boost/asio/stream_socket_service.hpp>
2222
#include <cstddef>
2323

2424
#ifdef BOOST_NETWORK_ENABLE_HTTPS

0 commit comments

Comments
 (0)