summaryrefslogtreecommitdiffstats
path: root/src/common/logging/backend.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/backend.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 'src/common/logging/backend.cpp')
-rw-r--r--src/common/logging/backend.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index e40d117d6..0e85a9c1d 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -9,6 +9,8 @@
#include <thread>
#include <vector>
+#include <fmt/format.h>
+
#ifdef _WIN32
#include <windows.h> // For OutputDebugStringW
#endif
@@ -22,6 +24,7 @@
#include "common/logging/backend.h"
#include "common/logging/log.h"
+#include "common/logging/log_entry.h"
#include "common/logging/text_formatter.h"
#include "common/settings.h"
#ifdef _WIN32