summaryrefslogtreecommitdiffstats
path: root/src/common/logging/text_formatter.cpp
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-09-30 22:11:47 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-10-02 02:48:49 +0200
commit5daf3abe65bb168e4274049c26e7f309b8f10e82 (patch)
treef62a59154b2ab0460e83f1bbfb02f93a3364ec3f /src/common/logging/text_formatter.cpp
parentMerge pull request #7061 from ameerj/dma-buffer-misc (diff)
downloadyuzu-5daf3abe65bb168e4274049c26e7f309b8f10e82.tar
yuzu-5daf3abe65bb168e4274049c26e7f309b8f10e82.tar.gz
yuzu-5daf3abe65bb168e4274049c26e7f309b8f10e82.tar.bz2
yuzu-5daf3abe65bb168e4274049c26e7f309b8f10e82.tar.lz
yuzu-5daf3abe65bb168e4274049c26e7f309b8f10e82.tar.xz
yuzu-5daf3abe65bb168e4274049c26e7f309b8f10e82.tar.zst
yuzu-5daf3abe65bb168e4274049c26e7f309b8f10e82.zip
Diffstat (limited to '')
-rw-r--r--src/common/logging/text_formatter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/text_formatter.cpp b/src/common/logging/text_formatter.cpp
index cfc0d5846..10b2281db 100644
--- a/src/common/logging/text_formatter.cpp
+++ b/src/common/logging/text_formatter.cpp
@@ -13,6 +13,7 @@
#include "common/common_funcs.h"
#include "common/logging/filter.h"
#include "common/logging/log.h"
+#include "common/logging/log_entry.h"
#include "common/logging/text_formatter.h"
#include "common/string_util.h"