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/UnitTests/Common/BitFieldTest.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/UnitTests/Common/BitFieldTest.cpp')
| -rw-r--r-- | Source/UnitTests/Common/BitFieldTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/UnitTests/Common/BitFieldTest.cpp b/Source/UnitTests/Common/BitFieldTest.cpp index bb0de4b4ab..24ef6bd90c 100644 --- a/Source/UnitTests/Common/BitFieldTest.cpp +++ b/Source/UnitTests/Common/BitFieldTest.cpp @@ -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" |
