Skip to content
Snippets Groups Projects
Commit b36896b9 authored by comex's avatar comex
Browse files

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

This is needed as the header invokes methods on KernelCore.
parent 22ba437a
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment