diff options
author | Tereneckla <Tereneckla@pm.me> | 2024-08-30 10:44:45 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-30 07:44:45 -0300 |
commit | 1fd59e28319847b6665bb6806ba8461da3500811 (patch) | |
tree | 436e4ed039c1d8884337eec1ce66e22e5caecfa1 /src | |
parent | a7d7e78fedbfcaa1381a36c20714cf8eafe89499 (diff) |
feature(Core/Chat): allow fmt-chrono formatting (#19794)
Diffstat (limited to 'src')
-rw-r--r-- | src/common/Utilities/StringFormat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Utilities/StringFormat.h b/src/common/Utilities/StringFormat.h index 1f7ec10902..fa5aeb4616 100644 --- a/src/common/Utilities/StringFormat.h +++ b/src/common/Utilities/StringFormat.h @@ -19,6 +19,7 @@ #define _STRING_FORMAT_H_ #include "Define.h" +#include <fmt/chrono.h> #include <fmt/format.h> #include <fmt/printf.h> #include <locale> |