diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2020-09-03 04:51:49 -0300 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2020-09-03 04:51:49 -0300 |
commit | 827ff077e7ea82852fb5e1061a9d6441d1af94af (patch) | |
tree | 557592bb3245bf1951f490ed6684f521a46f3dac /src/core/file_sys | |
parent | 38980b2471c27ef4b417c776337cd489e410ad31 (diff) |
file_sys/patch_manager: Add missing include
Fixes build issues
Diffstat (limited to 'src/core/file_sys')
-rw-r--r-- | src/core/file_sys/patch_manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/patch_manager.h b/src/core/file_sys/patch_manager.h index f12d0629f..532f4995f 100644 --- a/src/core/file_sys/patch_manager.h +++ b/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" |