From e598746980bdd9d1d6a71d2a92c25b69d35f05ab Mon Sep 17 00:00:00 2001 From: Ari Vuollet Date: Sun, 30 Jul 2023 15:26:29 +0300 Subject: [PATCH] Fix build issues in Visual Studio 2022 Preview 5 --- Source/ThirdParty/fmt/format.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/ThirdParty/fmt/format.h b/Source/ThirdParty/fmt/format.h index 0550af1b5..f2151d7b0 100644 --- a/Source/ThirdParty/fmt/format.h +++ b/Source/ThirdParty/fmt/format.h @@ -36,6 +36,7 @@ #include #include #include +#include #include "core.h"