From 00e33247e2dd0dbbc931ba97a05c227d80a73c8e Mon Sep 17 00:00:00 2001 From: shenweip Date: Mon, 30 Dec 2013 23:07:56 +0800 Subject: [PATCH] Win32 BuildFix. --- Common/Common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Common/Common.h b/Common/Common.h index 5f1d795242..28f7d51773 100644 --- a/Common/Common.h +++ b/Common/Common.h @@ -21,6 +21,7 @@ // DO NOT EVER INCLUDE directly _or indirectly_ from this file // since it slows down the build a lot. +#include #include #ifdef _MSC_VER