kernel: Add missing include

master
Lioncash 2020-07-16 13:51:51 +07:00
parent f0125b2be8
commit 07d080ecc8
1 changed files with 1 additions and 0 deletions

@ -9,6 +9,7 @@
#include <string>
#include <unordered_map>
#include <vector>
#include "core/arm/cpu_interrupt_handler.h"
#include "core/hardware_properties.h"
#include "core/hle/kernel/memory/memory_types.h"
#include "core/hle/kernel/object.h"