aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/shared_page.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/shared_page.h')
-rw-r--r--src/core/hle/shared_page.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/shared_page.h b/src/core/hle/shared_page.h
index fd2ab66a..db6a5340 100644
--- a/src/core/hle/shared_page.h
+++ b/src/core/hle/shared_page.h
@@ -10,9 +10,12 @@
* write access, according to 3dbrew; this is not emulated)
*/
+#include "common/common_funcs.h"
#include "common/common_types.h"
#include "common/swap.h"
+#include "core/memory.h"
+
////////////////////////////////////////////////////////////////////////////////////////////////////
namespace SharedPage {