Browse Source

Merge pull request #5246 from comex/xx-include

Add missing include of "core/hle/kernel/kernel.h"
pull/15/merge
bunnei 5 years ago
committed by GitHub
parent
commit
b02464f685
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/core/hle/kernel/k_scheduler_lock.h

1
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 {

Loading…
Cancel
Save