mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-07-04 23:31:19 +01:00
Merge pull request #5246 from comex/xx-include
Add missing include of "core/hle/kernel/kernel.h"
This commit is contained in:
commit
b02464f685
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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue