From aea76c790128c53f9319dd0a33a1915930e894ae Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 4 Feb 2020 14:58:28 -0500 Subject: [PATCH] Core: Amend includes to handle the upgrade to fmt --- Source/Core/Core/Core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/Core.cpp b/Source/Core/Core/Core.cpp index 131517641b..ea5954e90a 100644 --- a/Source/Core/Core/Core.cpp +++ b/Source/Core/Core/Core.cpp @@ -12,8 +12,8 @@ #include #include +#include #include -#include #ifdef _WIN32 #include