diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2024-10-22 23:48:43 +0200 |
|---|---|---|
| committer | Admiral H. Curtiss <pikachu025@gmail.com> | 2024-10-22 23:48:43 +0200 |
| commit | c13c11d230718a99c271027c580490e84cfab4f7 (patch) | |
| tree | a1f785f1bd24ef3712b0cf85c36ec7c626591259 /Source/UnitTests/Common/SettingsHandlerTest.cpp | |
| parent | f412e2488c24fc81a784c198ba9610e54cdd1d9a (diff) | |
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" |
