Просмотр исходного кода

file_sys/patch_manager: Add missing include

Fixes build issues
ReinUsesLisp 5 лет назад
Родитель
Сommit
827ff077e7
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 <memory>
+#include <optional>
 #include <string>
 #include "common/common_types.h"
 #include "core/file_sys/nca_metadata.h"