diff options
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-21 15:11:32 +0100 |
|---|---|---|
| committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-28 00:36:54 +0100 |
| commit | aea15f5c731b325be48ea4900ae3eca341ac03cd (patch) | |
| tree | 695d7a0d4c404340cabdd5e5565913f3c86ba5b9 /src/core/hle/shared_page.h | |
| parent | 45c4781544624c85a8178c6ee445cfe6a4751910 (diff) | |
Core: Cleanup core includes.
Diffstat (limited to 'src/core/hle/shared_page.h')
| -rw-r--r-- | src/core/hle/shared_page.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/shared_page.h b/src/core/hle/shared_page.h index fd2ab66a2..db6a5340b 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 { |
