瀏覽代碼

Added missing include for pl:u

Should fix any compile errors
David Marcec 8 年之前
父節點
當前提交
15cc34b93e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/core/hle/service/ns/pl_u.cpp

+ 1 - 0
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"