From 15cc34b93ebfed8c3fd4eac118258fc819da305c Mon Sep 17 00:00:00 2001 From: David Marcec Date: Wed, 22 Aug 2018 12:39:52 +1000 Subject: [PATCH] Added missing include for pl:u Should fix any compile errors --- src/core/hle/service/ns/pl_u.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/hle/service/ns/pl_u.cpp b/src/core/hle/service/ns/pl_u.cpp index fd11e79dad..53cbf1a6e4 100644 --- a/src/core/hle/service/ns/pl_u.cpp +++ b/src/core/hle/service/ns/pl_u.cpp @@ -5,6 +5,7 @@ #include "common/common_paths.h" #include "common/file_util.h" #include "core/core.h" +#include "core/file_sys/bis_factory.h" #include "core/file_sys/romfs.h" #include "core/hle/ipc_helpers.h" #include "core/hle/service/filesystem/filesystem.h"