Skip to content

Commit

Permalink
Merge pull request #187 from Sonicadvance1/android-clang-fix
Browse files Browse the repository at this point in the history
Fix the Android build when using clang 3.4
  • Loading branch information
Parlane committed Mar 17, 2014
2 parents 8e45783 + 3586ab1 commit 8f0fa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Common/LogManager.h
Expand Up @@ -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
Expand Down

0 comments on commit 8f0fa99

Please sign in to comment.