Skip to content

Commit 3ff2fcb

Browse files
committed
Merge pull request cpp-netlib#415 from povilasb/0.11-devel-fix-includes
Adds missing include.
2 parents 6f0eba7 + 65bf2b2 commit 3ff2fcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boost/network/protocol/http/client/connection/sync_normal.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#include <boost/network/protocol/http/algorithms/linearize.hpp>
1212
#include <iterator>
1313

14+
#include <boost/asio/deadline_timer.hpp>
15+
1416
namespace boost {
1517
namespace network {
1618
namespace http {

0 commit comments

Comments
 (0)