Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8efe025

Browse files
committed
Build fix
Add missing `include <string>`
1 parentf272cb4 commit8efe025

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎error/src/error.cpp‎

Lines changed: 1 addition & 0 deletions
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
namespacenetwork {
1011

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

Lines changed: 1 addition & 0 deletions
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
namespacenetwork {
1011
namespacehttp {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp