diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-05-06 09:06:12 +0200 |
---|---|---|
committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2015-05-07 20:45:22 +0200 |
commit | e1fbac3ca13d37d2625c11d30cfdece4327b446b (patch) | |
tree | da5daf1999660dbc7e75290627051dd8534131c8 /src/common/logging | |
parent | Common: Move alignment macros to common_funcs.h (diff) | |
download | yuzu-e1fbac3ca13d37d2625c11d30cfdece4327b446b.tar yuzu-e1fbac3ca13d37d2625c11d30cfdece4327b446b.tar.gz yuzu-e1fbac3ca13d37d2625c11d30cfdece4327b446b.tar.bz2 yuzu-e1fbac3ca13d37d2625c11d30cfdece4327b446b.tar.lz yuzu-e1fbac3ca13d37d2625c11d30cfdece4327b446b.tar.xz yuzu-e1fbac3ca13d37d2625c11d30cfdece4327b446b.tar.zst yuzu-e1fbac3ca13d37d2625c11d30cfdece4327b446b.zip |
Diffstat (limited to 'src/common/logging')
-rw-r--r-- | src/common/logging/text_formatter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/text_formatter.cpp b/src/common/logging/text_formatter.cpp index 36c91c4f6..45be6d0a1 100644 --- a/src/common/logging/text_formatter.cpp +++ b/src/common/logging/text_formatter.cpp @@ -14,6 +14,7 @@ #include "common/logging/log.h" #include "common/logging/text_formatter.h" +#include "common/common_funcs.h" #include "common/string_util.h" namespace Log { |