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/UnitTests/Common/BitFieldTest.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/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" |
