Skip to content

Commit 028f405

Browse files
author
Sean Chittenden
committed
Include missing boost/system/error_code.hpp
1 parent 84119e5 commit 028f405

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)