service: Add missing headers inclusions where applicable

Gets rid of a few indirect inclusions.
This commit is contained in:
Lioncash
2018-09-25 17:14:19 -04:00
parent b67c1fdf38
commit e42bb5e003
5 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,7 @@
#include <chrono>
#include <ctime>
#include "core/core.h"
#include "core/hle/ipc_helpers.h"
#include "core/hle/kernel/event.h"
#include "core/hle/service/nim/nim.h"