aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2021-09-01 20:21:15 -0400
committerGitHub <noreply@github.com>2021-09-01 20:21:15 -0400
commit25444041d0cb71ce861e2df8a468901b39dfe266 (patch)
tree31efcecc83b0374946d620af9252d4cfaf539c84 /src
parent956171f02452c7f1df3778abd9827aaebb536dd0 (diff)
parentc57e0b3b24cc4ebf998d963f9950c6862b8526c0 (diff)
Merge pull request #6951 from german77/log
common/logging: Add missing include
Diffstat (limited to 'src')
-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 949384fd3d..e40d117d64 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -18,6 +18,7 @@
#include "common/fs/fs_paths.h"
#include "common/fs/path_util.h"
#include "common/literals.h"
+#include "common/thread.h"
#include "common/logging/backend.h"
#include "common/logging/log.h"