瀏覽代碼

Merge pull request #4626 from ReinUsesLisp/patch-manager-include

file_sys/patch_manager: Add missing include
LC 5 年之前
父節點
當前提交
ded0b9d093
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/core/file_sys/patch_manager.h

+ 1 - 0
src/core/file_sys/patch_manager.h

@@ -6,6 +6,7 @@
 
 
 #include <map>
 #include <map>
 #include <memory>
 #include <memory>
+#include <optional>
 #include <string>
 #include <string>
 #include "common/common_types.h"
 #include "common/common_types.h"
 #include "core/file_sys/nca_metadata.h"
 #include "core/file_sys/nca_metadata.h"