From c13c11d230718a99c271027c580490e84cfab4f7 Mon Sep 17 00:00:00 2001 From: "Admiral H. Curtiss" Date: Tue, 22 Oct 2024 23:48:43 +0200 Subject: [PATCH] Add missing algorithm header in SettingsHandlerTest.cpp --- Source/UnitTests/Common/SettingsHandlerTest.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 + #include #include "Common/SettingsHandler.h"