aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/sm
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-26 16:11:19 -0400
committerGitHub <noreply@github.com>2018-09-26 16:11:19 -0400
commitefcb83fb4116ce08c766ef2ff69f2cb9328515db (patch)
treef1d5b1018fa766320ebef9ef10e0ba487f6840a6 /src/core/hle/service/sm
parentcc866d138468f648033dcd1ae4a54ed0f6e78aea (diff)
parente42bb5e003749b924eed53b6edb2f36dff1ed879 (diff)
Merge pull request #1400 from lioncash/header
service: Add missing headers inclusions where applicable
Diffstat (limited to 'src/core/hle/service/sm')
-rw-r--r--src/core/hle/service/sm/controller.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/sm/controller.cpp b/src/core/hle/service/sm/controller.cpp
index cdf328a26..98f6e4111 100644
--- a/src/core/hle/service/sm/controller.cpp
+++ b/src/core/hle/service/sm/controller.cpp
@@ -2,8 +2,11 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#include "common/assert.h"
#include "common/logging/log.h"
#include "core/hle/ipc_helpers.h"
+#include "core/hle/kernel/client_session.h"
+#include "core/hle/kernel/server_session.h"
#include "core/hle/kernel/session.h"
#include "core/hle/service/sm/controller.h"