From 6f660b379ecbc091b9bd92093e0dad01a4f6bf38 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Sat, 1 Feb 2014 01:54:26 +0000 Subject: [PATCH] Another Linux fix --- src/Log.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Log.cpp b/src/Log.cpp index 44dab33c9..aa9f22f84 100644 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -7,6 +7,12 @@ #include #include "OSSupport/IsThread.h" +#ifdef __linux +#include +#include +#endif // __linux + + #if defined(ANDROID_NDK) #include #include "ToJava.h"