summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-10-05 19:05:46 +0200
committerGitHub <noreply@github.com>2021-10-05 19:05:46 +0200
commit5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9 (patch)
tree879f5fb79a0d320cb56a5e66eab783de9614d88a /src/core/hle/kernel
parentMerge pull request #7103 from Morph1984/service-ctx-event (diff)
parentcommon/logging: Reduce scope of fmt include (diff)
downloadyuzu-5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9.tar
yuzu-5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9.tar.gz
yuzu-5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9.tar.bz2
yuzu-5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9.tar.lz
yuzu-5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9.tar.xz
yuzu-5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9.tar.zst
yuzu-5b2fa8dd418d82b51acdc6849fafbc6a2e858fa9.zip
Diffstat (limited to 'src/core/hle/kernel')
-rw-r--r--src/core/hle/kernel/k_auto_object_container.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/kernel/k_auto_object_container.cpp b/src/core/hle/kernel/k_auto_object_container.cpp
index 010006bb7..d5f80d5b2 100644
--- a/src/core/hle/kernel/k_auto_object_container.cpp
+++ b/src/core/hle/kernel/k_auto_object_container.cpp
@@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#include <algorithm>
+
#include "core/hle/kernel/k_auto_object_container.h"
namespace Kernel {