summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-21 05:35:06 +0200
committerGitHub <noreply@github.com>2018-09-21 05:35:06 +0200
commit072053ab9585520986845be582a834ad3c34995d (patch)
treee8a07433915bc006df88b88d9f15764d5ac5db50 /src/core/hle/kernel
parentMerge pull request #1375 from Subv/gl_clear (diff)
parentarm_interface: Replace kernel vm_manager include with a forward declaration (diff)
downloadyuzu-072053ab9585520986845be582a834ad3c34995d.tar
yuzu-072053ab9585520986845be582a834ad3c34995d.tar.gz
yuzu-072053ab9585520986845be582a834ad3c34995d.tar.bz2
yuzu-072053ab9585520986845be582a834ad3c34995d.tar.lz
yuzu-072053ab9585520986845be582a834ad3c34995d.tar.xz
yuzu-072053ab9585520986845be582a834ad3c34995d.tar.zst
yuzu-072053ab9585520986845be582a834ad3c34995d.zip
Diffstat (limited to 'src/core/hle/kernel')
-rw-r--r--src/core/hle/kernel/mutex.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/mutex.cpp b/src/core/hle/kernel/mutex.cpp
index 51f4544be..81675eac5 100644
--- a/src/core/hle/kernel/mutex.cpp
+++ b/src/core/hle/kernel/mutex.cpp
@@ -16,6 +16,7 @@
#include "core/hle/kernel/object.h"
#include "core/hle/kernel/thread.h"
#include "core/hle/result.h"
+#include "core/memory.h"
namespace Kernel {