Skip to content

Commit 1adee30

Browse files
committed
Merge pull request cpp-netlib#566 from sean-/master
Include missing boost/system/error_code.hpp
2 parents b9efd09 + 028f405 commit 1adee30

File tree

1 file changed

+1
-0
lines changed
  • http/src/network/protocol/http/client

1 file changed

+1
-0
lines changed

http/src/network/protocol/http/client/base.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include <functional>
1111
#include <boost/range/iterator_range.hpp>
12+
#include <boost/system/error_code.hpp>
1213

1314
namespace network {
1415
namespace http {

0 commit comments

Comments
 (0)