Skip to content

Commit 23ee899

Browse files
committed
Adding missing Boost.Asio steady_timer include.
1 parent 0fe1dba commit 23ee899

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Release/src/http/client/http_client_asio.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
#include <boost/asio.hpp>
3131
#include <boost/asio/ssl.hpp>
32+
#include <boost/asio/steady_timer.hpp>
3233
#include <boost/algorithm/string.hpp>
3334

3435
#if defined(BOOST_NO_CXX11_SMART_PTR)

0 commit comments

Comments
 (0)