mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-14 21:11:42 +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
|
@ -1,6 +1,8 @@
|
|||
// Copyright 2014 Dolphin Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#include <fmt/ranges.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "Common/BitField.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue