summaryrefslogtreecommitdiffstats
path: root/src/common/logging
diff options
context:
space:
mode:
authorTobias <thm.frey@gmail.com>2018-07-31 01:03:47 +0200
committerbunnei <bunneidev@gmail.com>2018-07-31 01:03:47 +0200
commit420f8fb29e99cdef3c7338048e31723dc31bac55 (patch)
tree41d13ea98f9740c4ee2d5bd22058010a768c65f6 /src/common/logging
parentImplemented various hwopus functions (#853) (diff)
downloadyuzu-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
Diffstat (limited to 'src/common/logging')
-rw-r--r--src/common/logging/text_formatter.h1
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 {