summaryrefslogtreecommitdiffstats
path: root/src/common/settings_common.cpp
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-08-11 22:53:20 +0200
committerGitHub <noreply@github.com>2023-08-11 22:53:20 +0200
commit640f7cd945cbe102f2adc7a23ad35bfbfeea22e4 (patch)
treeaeae26a8fcb11399c281c06b8e2e246885b9b576 /src/common/settings_common.cpp
parentMerge pull request #11093 from liamwhite/result-ergonomics (diff)
parentgeneral: fix apple clang build (diff)
downloadyuzu-640f7cd945cbe102f2adc7a23ad35bfbfeea22e4.tar
yuzu-640f7cd945cbe102f2adc7a23ad35bfbfeea22e4.tar.gz
yuzu-640f7cd945cbe102f2adc7a23ad35bfbfeea22e4.tar.bz2
yuzu-640f7cd945cbe102f2adc7a23ad35bfbfeea22e4.tar.lz
yuzu-640f7cd945cbe102f2adc7a23ad35bfbfeea22e4.tar.xz
yuzu-640f7cd945cbe102f2adc7a23ad35bfbfeea22e4.tar.zst
yuzu-640f7cd945cbe102f2adc7a23ad35bfbfeea22e4.zip
Diffstat (limited to 'src/common/settings_common.cpp')
-rw-r--r--src/common/settings_common.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/settings_common.cpp b/src/common/settings_common.cpp
index dedf5ef90..137b65d5f 100644
--- a/src/common/settings_common.cpp
+++ b/src/common/settings_common.cpp
@@ -1,7 +1,9 @@
// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
+#include <functional>
#include <string>
+#include <vector>
#include "common/settings_common.h"
namespace Settings {