diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2024-08-31 15:34:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-31 15:34:48 +0200 |
| commit | e1b1e4b4cf9ce8e5ac5ca8bbb274916011063a60 (patch) | |
| tree | e2da57062b28ea13ece77024b2fb5d16703a125c /Source/Core/Common/StringUtil.cpp | |
| parent | 157be45d6be4d1c20403b2251aed0eb00ad53509 (diff) | |
| parent | d7c93d87befcc1ee29e0355338d960b7f8d31e78 (diff) | |
Merge pull request #13031 from parona-source/libfmt-11
Add support for libfmt-11
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" |
