From 3586ab1d4c9a1b892fcadef28877d2fe72aa9975 Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Mon, 17 Mar 2014 17:56:22 -0500 Subject: [PATCH] Fix the Android build when using clang 3.4 --- Source/Core/Common/LogManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include -#include #include #include "Common/Common.h" +#include "Common/StdMutex.h" #define MAX_MESSAGES 8000 #define MAX_MSGLEN 1024