summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2020-09-03 03:53:09 -0400
committerGitHub <noreply@github.com>2020-09-03 03:53:09 -0400
commitded0b9d0938ac050656cc5380bf5da30addd886b (patch)
tree557592bb3245bf1951f490ed6684f521a46f3dac /src
parent38980b2471c27ef4b417c776337cd489e410ad31 (diff)
parent827ff077e7ea82852fb5e1061a9d6441d1af94af (diff)
Merge pull request #4626 from ReinUsesLisp/patch-manager-include
file_sys/patch_manager: Add missing include
Diffstat (limited to 'src')
-rw-r--r--src/core/file_sys/patch_manager.h1
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"