Forráskód Böngészése

Add missing include of "core/hle/kernel/kernel.h"

This is needed as the header invokes methods on KernelCore.
comex 5 éve
szülő
commit
b36896b90e
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      src/core/hle/kernel/k_scheduler_lock.h

+ 1 - 0
src/core/hle/kernel/k_scheduler_lock.h

@@ -10,6 +10,7 @@
 #include "common/assert.h"
 #include "common/assert.h"
 #include "common/spin_lock.h"
 #include "common/spin_lock.h"
 #include "core/hardware_properties.h"
 #include "core/hardware_properties.h"
+#include "core/hle/kernel/kernel.h"
 
 
 namespace Kernel {
 namespace Kernel {