mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Add support for libfmt-11
fmt::join was moved into fmt/ranges.h Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
93617e96c3
commit
d7c93d87be
9 changed files with 12 additions and 1 deletions
|
@ -25,6 +25,8 @@
|
|||
#include <algorithm>
|
||||
#include <sstream>
|
||||
|
||||
#include <fmt/ranges.h>
|
||||
|
||||
#include "Common/CommonPaths.h"
|
||||
#include "Common/Config/Config.h"
|
||||
#include "Common/HttpRequest.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue