This website works better with JavaScript
Home
Explore
Help
Register
Sign In
irvin
/
suyu
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Port
#3758
from Citra (
#852
): Add missing std::string import in text_formatter
Tobias
8 years ago
parent
a483e5e28d
commit
420f8fb29e
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/common/logging/text_formatter.h
+ 1
- 0
src/common/logging/text_formatter.h
View File
@@ -5,6 +5,7 @@
#pragma once
#include <cstddef>
+#include <string>
namespace Log {