diff options
| author | 2020-09-03 04:51:49 -0300 | |
|---|---|---|
| committer | 2020-09-03 04:51:49 -0300 | |
| commit | 827ff077e7ea82852fb5e1061a9d6441d1af94af (patch) | |
| tree | 557592bb3245bf1951f490ed6684f521a46f3dac | |
| parent | Merge pull request #4568 from lioncash/fsp (diff) | |
| download | yuzu-827ff077e7ea82852fb5e1061a9d6441d1af94af.tar.gz yuzu-827ff077e7ea82852fb5e1061a9d6441d1af94af.tar.xz yuzu-827ff077e7ea82852fb5e1061a9d6441d1af94af.zip | |
file_sys/patch_manager: Add missing include
Fixes build issues
| -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" |