From 2a4730cbee231d91577d8af439f3e30a149c5247 Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Sat, 21 Sep 2019 23:00:19 -0400 Subject: pl_u: Use kernel physical memory --- src/core/hle/service/ns/pl_u.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/hle/service/ns/pl_u.h') 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 +#include "core/hle/kernel/physical_memory.h" #include "core/hle/service/service.h" namespace Service::NS { -- cgit v1.2.3