Skip to content

Commit 8a9fbed

Browse files
committed
http://github.com/cpp-netlib/cpp-netlib/issues/closed#issue/11
1 parent 854ce40 commit 8a9fbed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

boost/network/protocol/http/detail/connection_helper.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <boost/foreach.hpp>
1111
#include <boost/network/protocol/http/traits/connection_keepalive.hpp>
1212
#include <boost/asio/streambuf.hpp>
13+
#include <boost/network/traits/string.hpp>
1314

1415
namespace boost { namespace network { namespace http { namespace detail {
1516

boost/network/protocol/http/policies/sync_resolver.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <utility>
1010
#include <boost/network/protocol/http/traits/resolver.hpp>
1111
#include <boost/fusion/adapted/std_pair.hpp>
12+
#include <boost/network/traits/string.hpp>
1213

1314
namespace boost { namespace network { namespace http { namespace policies {
1415

0 commit comments

Comments
 (0)