From d2d0995097bc0c748c3ee6f8a92f66919c5697a3 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 2 Jun 2025 13:12:52 +0200 Subject: Core/Misc: Move fmt::formatter forward declaration to a common header to reduce number of replacements needed when upgrading fmt to new major version --- src/common/Utilities/StringFormat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/Utilities/StringFormat.h') diff --git a/src/common/Utilities/StringFormat.h b/src/common/Utilities/StringFormat.h index 6f5e9a643bd..2016eab0ba3 100644 --- a/src/common/Utilities/StringFormat.h +++ b/src/common/Utilities/StringFormat.h @@ -19,6 +19,7 @@ #define TRINITYCORE_STRING_FORMAT_H #include "Optional.h" +#include "StringFormatFwd.h" #include namespace Trinity -- cgit v1.2.3