Skip to content

Commit 8efe025

Browse files
committed
Build fix
Add missing `include <string>`
1 parent f272cb4 commit 8efe025

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)