mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 22:34:54 +00:00
Add missing algorithm header in SettingsHandlerTest.cpp
This commit is contained in:
parent
f412e2488c
commit
c13c11d230
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
// Copyright 2024 Dolphin Emulator Project
|
// Copyright 2024 Dolphin Emulator Project
|
||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
#include "Common/SettingsHandler.h"
|
#include "Common/SettingsHandler.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue