feature(Core/Chat): allow fmt-chrono formatting (#19794)

This commit is contained in:
Tereneckla 2024-08-30 10:44:45 +00:00 committed by GitHub
parent a7d7e78fed
commit 1fd59e2831
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>