summaryrefslogtreecommitdiffstats
path: root/src/common/log_manager.h
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-09-03 07:05:45 +0200
committerarchshift <admin@archshift.com>2014-09-07 23:31:07 +0200
commit498d1a37f16d36b0c6341b074e5390a9194567a7 (patch)
treeadbf248d2b6d18e475f2d5390ff8ed7d37b6a877 /src/common/log_manager.h
parentMerge pull request #88 from archshift/remove-atomic (diff)
downloadyuzu-498d1a37f16d36b0c6341b074e5390a9194567a7.tar
yuzu-498d1a37f16d36b0c6341b074e5390a9194567a7.tar.gz
yuzu-498d1a37f16d36b0c6341b074e5390a9194567a7.tar.bz2
yuzu-498d1a37f16d36b0c6341b074e5390a9194567a7.tar.lz
yuzu-498d1a37f16d36b0c6341b074e5390a9194567a7.tar.xz
yuzu-498d1a37f16d36b0c6341b074e5390a9194567a7.tar.zst
yuzu-498d1a37f16d36b0c6341b074e5390a9194567a7.zip
Diffstat (limited to 'src/common/log_manager.h')
-rw-r--r--src/common/log_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log_manager.h b/src/common/log_manager.h
index 81d808825..ce62d0361 100644
--- a/src/common/log_manager.h
+++ b/src/common/log_manager.h
@@ -6,11 +6,11 @@
#include "common/log.h"
#include "common/string_util.h"
-#include "common/thread.h"
#include "common/file_util.h"
#include <cstring>
#include <set>
+#include <mutex>
#define MAX_MESSAGES 8000
#define MAX_MSGLEN 1024