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

This is needed as the header invokes methods on KernelCore.
master
comex 2020-12-29 14:22:35 +07:00
parent 22ba437aa4
commit b36896b90e
1 changed files with 1 additions and 0 deletions

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