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

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>