aboutsummaryrefslogtreecommitdiff
path: root/src/common/Utilities/StringFormat.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2025-06-02 13:12:52 +0200
committerShauren <shauren.trinity@gmail.com>2025-06-02 13:12:52 +0200
commitd2d0995097bc0c748c3ee6f8a92f66919c5697a3 (patch)
tree836793f601599af9c6f9d903a35a83bab4ca4459 /src/common/Utilities/StringFormat.h
parent814d5ae402720cb5c756f1253fdfa0f3f2e22fd7 (diff)
Core/Misc: Move fmt::formatter forward declaration to a common header to reduce number of replacements needed when upgrading fmt to new major version
Diffstat (limited to 'src/common/Utilities/StringFormat.h')
-rw-r--r--src/common/Utilities/StringFormat.h1
1 files changed, 1 insertions, 0 deletions
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 <fmt/core.h>
namespace Trinity