diff options
| author | JosJuice <josjuice@gmail.com> | 2024-10-23 18:11:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-23 18:11:21 +0200 |
| commit | 8925ddf45fc66bb417b3b11010d373a248d27048 (patch) | |
| tree | a1f785f1bd24ef3712b0cf85c36ec7c626591259 /Source/UnitTests/Common/SettingsHandlerTest.cpp | |
| parent | f412e2488c24fc81a784c198ba9610e54cdd1d9a (diff) | |
| parent | c13c11d230718a99c271027c580490e84cfab4f7 (diff) | |
Merge pull request #13146 from AdmiralCurtiss/unit-test-compile-fix
Add missing algorithm header in SettingsHandlerTest.cpp
Diffstat (limited to 'Source/UnitTests/Common/SettingsHandlerTest.cpp')
| -rw-r--r-- | Source/UnitTests/Common/SettingsHandlerTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/UnitTests/Common/SettingsHandlerTest.cpp b/Source/UnitTests/Common/SettingsHandlerTest.cpp index 360a2221a5..c8690fdf51 100644 --- a/Source/UnitTests/Common/SettingsHandlerTest.cpp +++ b/Source/UnitTests/Common/SettingsHandlerTest.cpp @@ -1,6 +1,8 @@ // Copyright 2024 Dolphin Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later +#include <algorithm> + #include <gtest/gtest.h> #include "Common/SettingsHandler.h" |
