aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/resource_limit.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-05-31 19:46:15 -0400
committerGitHub <noreply@github.com>2017-05-31 19:46:15 -0400
commitaf1ff4d3ce4a97e6f98e9b8b55da017b77cfcb0e (patch)
tree690988495a40708deae96f057db79d68704acb02 /src/core/hle/kernel/resource_limit.cpp
parent54ea95cca74f76777aa156f6d750c9d1ba5b6f11 (diff)
parentbe031989ee9384786fb9ed380dab9a260ad69fd5 (diff)
Merge pull request #2739 from yuriks/kernel-reorg
Split-up kernel.h
Diffstat (limited to 'src/core/hle/kernel/resource_limit.cpp')
-rw-r--r--src/core/hle/kernel/resource_limit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/resource_limit.cpp b/src/core/hle/kernel/resource_limit.cpp
index 3f51bc5de..a8f10a3ee 100644
--- a/src/core/hle/kernel/resource_limit.cpp
+++ b/src/core/hle/kernel/resource_limit.cpp
@@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <cstring>
+#include "common/assert.h"
#include "common/logging/log.h"
#include "core/hle/kernel/resource_limit.h"