summaryrefslogtreecommitdiff
path: root/src/common/logging
diff options
context:
space:
mode:
authorGravatar german772021-09-01 19:12:59 -0500
committerGravatar german772021-09-01 19:13:33 -0500
commitc57e0b3b24cc4ebf998d963f9950c6862b8526c0 (patch)
tree31efcecc83b0374946d620af9252d4cfaf539c84 /src/common/logging
parentMerge pull request #6897 from FernandoS27/pineapple-does-not-belong-in-pizza (diff)
downloadyuzu-c57e0b3b24cc4ebf998d963f9950c6862b8526c0.tar.gz
yuzu-c57e0b3b24cc4ebf998d963f9950c6862b8526c0.tar.xz
yuzu-c57e0b3b24cc4ebf998d963f9950c6862b8526c0.zip
common/logging: Add missing include
Diffstat (limited to 'src/common/logging')
-rw-r--r--src/common/logging/backend.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index 949384fd3..e40d117d6 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -18,6 +18,7 @@
18#include "common/fs/fs_paths.h" 18#include "common/fs/fs_paths.h"
19#include "common/fs/path_util.h" 19#include "common/fs/path_util.h"
20#include "common/literals.h" 20#include "common/literals.h"
21#include "common/thread.h"
21 22
22#include "common/logging/backend.h" 23#include "common/logging/backend.h"
23#include "common/logging/log.h" 24#include "common/logging/log.h"