aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nim
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-09-25 17:14:19 -0400
committerLioncash <mathew1800@gmail.com>2018-09-25 17:14:38 -0400
commite42bb5e003749b924eed53b6edb2f36dff1ed879 (patch)
treed00e04e8cfe5a7a557cefaa399d4d40dc13819b7 /src/core/hle/service/nim
parentb67c1fdf38655638d746b4cb252f16bd298da017 (diff)
service: Add missing headers inclusions where applicable
Gets rid of a few indirect inclusions.
Diffstat (limited to 'src/core/hle/service/nim')
-rw-r--r--src/core/hle/service/nim/nim.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nim/nim.cpp b/src/core/hle/service/nim/nim.cpp
index c1737defa..261ad539c 100644
--- a/src/core/hle/service/nim/nim.cpp
+++ b/src/core/hle/service/nim/nim.cpp
@@ -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"