Merge pull request #13031 from parona-source/libfmt-11

Add support for libfmt-11
This commit is contained in:
Admiral H. Curtiss 2024-08-31 15:34:48 +02:00 committed by GitHub
commit e1b1e4b4cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 12 additions and 1 deletions

View file

@ -22,6 +22,7 @@
#include <vector>
#include <fmt/format.h>
#include <fmt/ranges.h>
#include "Common/CommonFuncs.h"
#include "Common/CommonPaths.h"