summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-12-30 01:43:17 +0100
committerGitHub <noreply@github.com>2020-12-30 01:43:17 +0100
commitb02464f685a4fd1b65c069b375324c8587f513ae (patch)
tree256a66aaef6c8b1f7ecb7995a11c627a6f149a1e
parentMerge pull request #5248 from ReinUsesLisp/update-dynarmic (diff)
parentAdd missing include of "core/hle/kernel/kernel.h" (diff)
downloadyuzu-b02464f685a4fd1b65c069b375324c8587f513ae.tar
yuzu-b02464f685a4fd1b65c069b375324c8587f513ae.tar.gz
yuzu-b02464f685a4fd1b65c069b375324c8587f513ae.tar.bz2
yuzu-b02464f685a4fd1b65c069b375324c8587f513ae.tar.lz
yuzu-b02464f685a4fd1b65c069b375324c8587f513ae.tar.xz
yuzu-b02464f685a4fd1b65c069b375324c8587f513ae.tar.zst
yuzu-b02464f685a4fd1b65c069b375324c8587f513ae.zip
-rw-r--r--src/core/hle/kernel/k_scheduler_lock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/k_scheduler_lock.h b/src/core/hle/kernel/k_scheduler_lock.h
index 2d675b39e..2f1c1f691 100644
--- a/src/core/hle/kernel/k_scheduler_lock.h
+++ b/src/core/hle/kernel/k_scheduler_lock.h
@@ -10,6 +10,7 @@
#include "common/assert.h"
#include "common/spin_lock.h"
#include "core/hardware_properties.h"
+#include "core/hle/kernel/kernel.h"
namespace Kernel {