From 722480cb2e864ea7dd03427e509470ec09ce6f40 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Sat, 7 Apr 2012 14:45:12 -0500 Subject: Fix compilation with g++ 4.7 and some warnings. Fixes issue 5347. --- Source/Core/Common/Src/CommonFuncs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/Common') diff --git a/Source/Core/Common/Src/CommonFuncs.h b/Source/Core/Common/Src/CommonFuncs.h index 74d317d95f..585fe0999a 100644 --- a/Source/Core/Common/Src/CommonFuncs.h +++ b/Source/Core/Common/Src/CommonFuncs.h @@ -21,6 +21,7 @@ #ifdef _WIN32 #define SLEEP(x) Sleep(x) #else +#include #define SLEEP(x) usleep(x*1000) #endif -- cgit v1.2.3