diff options
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" |
