Skip to content

Commit 51fe256

Browse files
committed
Fix compile error because of an invalid include.
1 parent 190c310 commit 51fe256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/network/protocol/http/client/connection/simple_connection_factory.ipp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <boost/network/protocol/http/client/options.hpp>
1515
#include <boost/network/detail/debug.hpp>
1616
#ifdef BOOST_NETWORK_DEBUG
17-
#include <network/uri_io.hpp>
17+
#include <network/uri/uri_io.hpp>
1818
#endif
1919
#include <boost/algorithm/string/case_conv.hpp>
2020

0 commit comments

Comments
 (0)