diff options
| author | 2020-09-03 03:53:09 -0400 | |
|---|---|---|
| committer | 2020-09-03 03:53:09 -0400 | |
| commit | ded0b9d0938ac050656cc5380bf5da30addd886b (patch) | |
| tree | 557592bb3245bf1951f490ed6684f521a46f3dac /src/core | |
| parent | Merge pull request #4568 from lioncash/fsp (diff) | |
| parent | file_sys/patch_manager: Add missing include (diff) | |
| download | yuzu-ded0b9d0938ac050656cc5380bf5da30addd886b.tar.gz yuzu-ded0b9d0938ac050656cc5380bf5da30addd886b.tar.xz yuzu-ded0b9d0938ac050656cc5380bf5da30addd886b.zip | |
Merge pull request #4626 from ReinUsesLisp/patch-manager-include
file_sys/patch_manager: Add missing include
Diffstat (limited to 'src/core')
| -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 @@ | |||
| 6 | 6 | ||
| 7 | #include <map> | 7 | #include <map> |
| 8 | #include <memory> | 8 | #include <memory> |
| 9 | #include <optional> | ||
| 9 | #include <string> | 10 | #include <string> |
| 10 | #include "common/common_types.h" | 11 | #include "common/common_types.h" |
| 11 | #include "core/file_sys/nca_metadata.h" | 12 | #include "core/file_sys/nca_metadata.h" |