diff options
author | Tobias <thm.frey@gmail.com> | 2018-07-31 01:03:47 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-07-31 01:03:47 +0200 |
commit | 420f8fb29e99cdef3c7338048e31723dc31bac55 (patch) | |
tree | 41d13ea98f9740c4ee2d5bd22058010a768c65f6 | |
parent | Implemented various hwopus functions (#853) (diff) | |
download | yuzu-420f8fb29e99cdef3c7338048e31723dc31bac55.tar yuzu-420f8fb29e99cdef3c7338048e31723dc31bac55.tar.gz yuzu-420f8fb29e99cdef3c7338048e31723dc31bac55.tar.bz2 yuzu-420f8fb29e99cdef3c7338048e31723dc31bac55.tar.lz yuzu-420f8fb29e99cdef3c7338048e31723dc31bac55.tar.xz yuzu-420f8fb29e99cdef3c7338048e31723dc31bac55.tar.zst yuzu-420f8fb29e99cdef3c7338048e31723dc31bac55.zip |
-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 @@ #pragma once #include <cstddef> +#include <string> namespace Log { |