summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nim/nim.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-26 22:11:19 +0200
committerGitHub <noreply@github.com>2018-09-26 22:11:19 +0200
commitefcb83fb4116ce08c766ef2ff69f2cb9328515db (patch)
treef1d5b1018fa766320ebef9ef10e0ba487f6840a6 /src/core/hle/service/nim/nim.cpp
parentMerge pull request #1402 from ReinUsesLisp/asserts (diff)
parentservice: Add missing headers inclusions where applicable (diff)
downloadyuzu-efcb83fb4116ce08c766ef2ff69f2cb9328515db.tar
yuzu-efcb83fb4116ce08c766ef2ff69f2cb9328515db.tar.gz
yuzu-efcb83fb4116ce08c766ef2ff69f2cb9328515db.tar.bz2
yuzu-efcb83fb4116ce08c766ef2ff69f2cb9328515db.tar.lz
yuzu-efcb83fb4116ce08c766ef2ff69f2cb9328515db.tar.xz
yuzu-efcb83fb4116ce08c766ef2ff69f2cb9328515db.tar.zst
yuzu-efcb83fb4116ce08c766ef2ff69f2cb9328515db.zip
Diffstat (limited to 'src/core/hle/service/nim/nim.cpp')
-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"