diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-06-06 17:01:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-06 17:01:18 +0200 |
commit | 7d59c3acbf74698ad32935214cab70dc2f17833f (patch) | |
tree | b1308e008f8a79d94350da54df2feb3a62013934 /src/core/hle/kernel/client_session.cpp | |
parent | Merge pull request #2747 from atouchet/readme-url (diff) | |
parent | HLE: Move SessionRequestHandler from Service:: to Kernel:: (diff) | |
download | yuzu-7d59c3acbf74698ad32935214cab70dc2f17833f.tar yuzu-7d59c3acbf74698ad32935214cab70dc2f17833f.tar.gz yuzu-7d59c3acbf74698ad32935214cab70dc2f17833f.tar.bz2 yuzu-7d59c3acbf74698ad32935214cab70dc2f17833f.tar.lz yuzu-7d59c3acbf74698ad32935214cab70dc2f17833f.tar.xz yuzu-7d59c3acbf74698ad32935214cab70dc2f17833f.tar.zst yuzu-7d59c3acbf74698ad32935214cab70dc2f17833f.zip |
Diffstat (limited to 'src/core/hle/kernel/client_session.cpp')
-rw-r--r-- | src/core/hle/kernel/client_session.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/kernel/client_session.cpp b/src/core/hle/kernel/client_session.cpp index 783b1c061..6bc49ff64 100644 --- a/src/core/hle/kernel/client_session.cpp +++ b/src/core/hle/kernel/client_session.cpp @@ -5,6 +5,8 @@ #include "common/assert.h" #include "core/hle/kernel/client_session.h" +#include "core/hle/kernel/errors.h" +#include "core/hle/kernel/hle_ipc.h" #include "core/hle/kernel/server_session.h" namespace Kernel { |