diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2019-09-21 23:00:19 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2019-09-21 23:00:22 -0400 |
| commit | 2a4730cbee231d91577d8af439f3e30a149c5247 (patch) | |
| tree | 690b00a96ada3631d6ae4dba106dd493d6478eed /src/core/hle | |
| parent | 885ea2de2ad998102e0deb547a6a3297396b9d1a (diff) | |
pl_u: Use kernel physical memory
Diffstat (limited to 'src/core/hle')
| -rw-r--r-- | src/core/hle/service/ns/pl_u.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/ns/pl_u.h b/src/core/hle/service/ns/pl_u.h index 08574c6b4..7375c1c6f 100644 --- a/src/core/hle/service/ns/pl_u.h +++ b/src/core/hle/service/ns/pl_u.h @@ -5,6 +5,7 @@ #pragma once #include <memory> +#include "core/hle/kernel/physical_memory.h" #include "core/hle/service/service.h" namespace Service::NS { |
