Merge pull request #187 from Sonicadvance1/android-clang-fix

Fix the Android build when using clang 3.4
This commit is contained in:
Matthew Parlane 2014-03-18 11:58:57 +13:00
commit 8f0fa997cb

View File

@ -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