From 91deb40a22e7e77121dc6b59cc110857e0d3830e Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 4 Feb 2020 15:00:33 -0500 Subject: [PATCH] Common: Amend includes to handle the upgrade to fmt --- Source/Core/Common/SettingsHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Common/SettingsHandler.cpp b/Source/Core/Common/SettingsHandler.cpp index e7b3d5d066..23c64f1e2a 100644 --- a/Source/Core/Common/SettingsHandler.cpp +++ b/Source/Core/Common/SettingsHandler.cpp @@ -11,7 +11,7 @@ #include #include -#include +#include #include "Common/CommonTypes.h"