fixup! Give frontend access to the hle service interfaces

This commit is contained in:
B3n30 2018-10-03 20:08:01 +02:00
parent d3694a930e
commit 544eb25c99
2 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,7 @@
#include "common/common_types.h"
#include "core/hle/kernel/object.h"
#include "core/hle/kernel/wait_object.h"
#include "core/hle/result.h"
namespace Kernel {