summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorRyan Houdek <ryan.houdek@codethink.co.uk>2014-03-17 17:56:22 -0500
committerRyan Houdek <ryan.houdek@codethink.co.uk>2014-03-17 17:56:22 -0500
commit3586ab1d4c9a1b892fcadef28877d2fe72aa9975 (patch)
tree3186a5c5cf100174e162a4ac72388624bb645770 /Source/Core
parent8e45783d54177ddb0e50009d7ca9f84d82466aff (diff)
Fix the Android build when using clang 3.4
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Common/LogManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/LogManager.h b/Source/Core/Common/LogManager.h
index eb4f482c29..3bb9321528 100644
--- a/Source/Core/Common/LogManager.h
+++ b/Source/Core/Common/LogManager.h
@@ -6,10 +6,10 @@
#include <cstdarg>
#include <fstream>
-#include <mutex>
#include <set>
#include "Common/Common.h"
+#include "Common/StdMutex.h"
#define MAX_MESSAGES 8000
#define MAX_MSGLEN 1024