Skip to content

Commit ad049c3

Browse files
committed
Merge pull request cpp-netlib#366 from ruslo/include.string
Build fix
2 parents 3c9d02c + 8efe025 commit ad049c3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

error/src/error.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#include <network/error.hpp>
77
#include <cstring>
8+
#include <string>
89

910
namespace network {
1011

http/src/http/v2/client/client_errors.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#include <network/config.hpp>
77
#include <network/http/v2/client/client_errors.hpp>
8+
#include <string>
89

910
namespace network {
1011
namespace http {

0 commit comments

Comments
 (0)