From 2242920b85c1cf9b1794961236bbc38af01fccb1 Mon Sep 17 00:00:00 2001 From: cc9cii Date: Thu, 13 Aug 2015 13:11:17 +1000 Subject: [PATCH] Fix compiling with MSVC 2013 (typo mistake with the include file). --- components/files/configurationmanager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/files/configurationmanager.hpp b/components/files/configurationmanager.hpp index 07b95f25a9..63ae3c6a4c 100644 --- a/components/files/configurationmanager.hpp +++ b/components/files/configurationmanager.hpp @@ -5,7 +5,7 @@ #if (_MSC_VER >= 1900) #include #else -#include +#include #endif #elif defined HAVE_UNORDERED_MAP #include