summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bunnei2020-12-29 16:43:17 -0800
committerGravatar GitHub2020-12-29 16:43:17 -0800
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.gz
yuzu-b02464f685a4fd1b65c069b375324c8587f513ae.tar.xz
yuzu-b02464f685a4fd1b65c069b375324c8587f513ae.zip
Merge pull request #5246 from comex/xx-include
Add missing include of "core/hle/kernel/kernel.h"
-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 @@
10#include "common/assert.h" 10#include "common/assert.h"
11#include "common/spin_lock.h" 11#include "common/spin_lock.h"
12#include "core/hardware_properties.h" 12#include "core/hardware_properties.h"
13#include "core/hle/kernel/kernel.h"
13 14
14namespace Kernel { 15namespace Kernel {
15 16