From 1348b06a96da5d7e1c008eb02c16d7348b196233 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 19 Sep 2015 18:25:43 +0200 Subject: [PATCH] Core/Misc: Added a few stl header includes to Common.h (cherry picked from commit 89b902b4e0d0016accd9540ca133519995a0b123) (cherry picked from commit c5d36a318337ad8c35cd6d8adac3c97b89a82ee5) Conflicts: src/common/Common.h --- src/common/Common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/Common.h b/src/common/Common.h index 0c8be0688d5..f94177d99ed 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -21,7 +21,6 @@ #include "Define.h" -#include #include #include #include @@ -32,13 +31,16 @@ #include #include +#include #include #include #include +#include #include #include #include #include +#include #include "Debugging/Errors.h"