From 54cf8d030cf586156d316b64b05ac0f13d514fc1 Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Wed, 12 Jan 2022 16:29:15 -0800 Subject: [PATCH] Add fmt/xchar includes where wstring is used --- Source/Core/Common/CompatPatches.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Common/CompatPatches.cpp b/Source/Core/Common/CompatPatches.cpp index 03b889a129..da211248b5 100644 --- a/Source/Core/Common/CompatPatches.cpp +++ b/Source/Core/Common/CompatPatches.cpp @@ -9,6 +9,7 @@ #include #include +#include #include "Common/CommonFuncs.h" #include "Common/CommonTypes.h"