This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
irvin
/
suyu
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
Port
#3758
from Citra (
#852
): Add missing std::string import in text_formatter
Tobias
8 年 前
親
a483e5e28d
コミット
420f8fb29e
1 ファイル変更
、
1 行追加
、
0 行削除
分割表示
差分情報を表示
1
0
src/common/logging/text_formatter.h
+ 1
- 0
src/common/logging/text_formatter.h
ファイルの表示
@@ -5,6 +5,7 @@
#pragma once
#include <cstddef>
+#include <string>
namespace Log {