diff options
| author | 2018-07-31 01:03:47 +0200 | |
|---|---|---|
| committer | 2018-07-30 16:03:47 -0700 | |
| commit | 420f8fb29e99cdef3c7338048e31723dc31bac55 (patch) | |
| tree | 41d13ea98f9740c4ee2d5bd22058010a768c65f6 | |
| parent | Implemented various hwopus functions (#853) (diff) | |
| download | yuzu-420f8fb29e99cdef3c7338048e31723dc31bac55.tar.gz yuzu-420f8fb29e99cdef3c7338048e31723dc31bac55.tar.xz yuzu-420f8fb29e99cdef3c7338048e31723dc31bac55.zip | |
Port #3758 from Citra (#852): Add missing std::string import in text_formatter
| -rw-r--r-- | src/common/logging/text_formatter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/text_formatter.h b/src/common/logging/text_formatter.h index c587faefb..9609cec7c 100644 --- a/src/common/logging/text_formatter.h +++ b/src/common/logging/text_formatter.h | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <cstddef> | 7 | #include <cstddef> |
| 8 | #include <string> | ||
| 8 | 9 | ||
| 9 | namespace Log { | 10 | namespace Log { |
| 10 | 11 | ||