summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/pl_u.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-09-22 05:00:19 +0200
committerZach Hilman <zachhilman@gmail.com>2019-09-22 05:00:22 +0200
commit2a4730cbee231d91577d8af439f3e30a149c5247 (patch)
tree690b00a96ada3631d6ae4dba106dd493d6478eed /src/core/hle/service/ns/pl_u.h
parentpl_u: Remove excess static qualifier (diff)
downloadyuzu-2a4730cbee231d91577d8af439f3e30a149c5247.tar
yuzu-2a4730cbee231d91577d8af439f3e30a149c5247.tar.gz
yuzu-2a4730cbee231d91577d8af439f3e30a149c5247.tar.bz2
yuzu-2a4730cbee231d91577d8af439f3e30a149c5247.tar.lz
yuzu-2a4730cbee231d91577d8af439f3e30a149c5247.tar.xz
yuzu-2a4730cbee231d91577d8af439f3e30a149c5247.tar.zst
yuzu-2a4730cbee231d91577d8af439f3e30a149c5247.zip
Diffstat (limited to 'src/core/hle/service/ns/pl_u.h')
-rw-r--r--src/core/hle/service/ns/pl_u.h1
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 {