From b3da5c5d58776bc1e62c4ed5991fc5290e6d456a Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 19 Oct 2013 19:42:16 -0400 Subject: [PATCH] Really fix the Linux build this time. Dammit size_t :( --- Source/Core/Common/Src/CommonTypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Common/Src/CommonTypes.h b/Source/Core/Common/Src/CommonTypes.h index ba82d43439..3eb131c1a1 100644 --- a/Source/Core/Common/Src/CommonTypes.h +++ b/Source/Core/Common/Src/CommonTypes.h @@ -11,6 +11,7 @@ #define _COMMONTYPES_H_ #include +#include #ifdef _WIN32