summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/shared_memory.h
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-07-12 23:10:37 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-07-12 23:10:37 +0200
commitfe909b3b5adb5e1306a1c85e6e1275424a6371b2 (patch)
tree28cd4fbd98402187dbaa0a87e14eabaff88ff8d0 /src/core/hle/kernel/shared_memory.h
parentMerge pull request #823 from Subv/applets_drawing (diff)
downloadyuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar
yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar.gz
yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar.bz2
yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar.lz
yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar.xz
yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.tar.zst
yuzu-fe909b3b5adb5e1306a1c85e6e1275424a6371b2.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/kernel/shared_memory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/kernel/shared_memory.h b/src/core/hle/kernel/shared_memory.h
index 204266896..7a2922776 100644
--- a/src/core/hle/kernel/shared_memory.h
+++ b/src/core/hle/kernel/shared_memory.h
@@ -4,9 +4,12 @@
#pragma once
+#include <string>
+
#include "common/common_types.h"
#include "core/hle/kernel/kernel.h"
+#include "core/hle/result.h"
namespace Kernel {