diff options
| author | Alfred Wingate <parona@protonmail.com> | 2024-08-09 08:54:08 +0300 |
|---|---|---|
| committer | Alfred Wingate <parona@protonmail.com> | 2024-08-22 16:54:35 +0300 |
| commit | d7c93d87befcc1ee29e0355338d960b7f8d31e78 (patch) | |
| tree | cd7d1456d5d524bdf330c71e6687c5510d95cdad /Source/Core/Common/StringUtil.cpp | |
| parent | 93617e96c3c208e032f31053e1b02f6c9ddc35e9 (diff) | |
Add support for libfmt-11
fmt::join was moved into fmt/ranges.h
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Diffstat (limited to 'Source/Core/Common/StringUtil.cpp')
| -rw-r--r-- | Source/Core/Common/StringUtil.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/StringUtil.cpp b/Source/Core/Common/StringUtil.cpp index 4551600b4e..513a880cd7 100644 --- a/Source/Core/Common/StringUtil.cpp +++ b/Source/Core/Common/StringUtil.cpp @@ -22,6 +22,7 @@ #include <vector> #include <fmt/format.h> +#include <fmt/ranges.h> #include "Common/CommonFuncs.h" #include "Common/CommonPaths.h" |
