diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2018-09-04 17:01:40 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2018-09-04 17:01:54 -0400 |
| commit | c913136eb215699f9c8d51a8fd56490b9df7657f (patch) | |
| tree | 4564a416d8f200b69559164e2a50bdc690d49dbd /src/core/file_sys/patch_manager.cpp | |
| parent | 7d5d781b20b47aa7e5d538404bbb665759646f95 (diff) | |
bktr: Fix bucket overlap error
Diffstat (limited to 'src/core/file_sys/patch_manager.cpp')
| -rw-r--r-- | src/core/file_sys/patch_manager.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/file_sys/patch_manager.cpp b/src/core/file_sys/patch_manager.cpp index fa2fbe5e1..40675de35 100644 --- a/src/core/file_sys/patch_manager.cpp +++ b/src/core/file_sys/patch_manager.cpp @@ -2,10 +2,13 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include "core/file_sys/content_archive.h" #include "core/file_sys/control_metadata.h" #include "core/file_sys/patch_manager.h" #include "core/file_sys/registered_cache.h" +#include "core/file_sys/romfs.h" #include "core/hle/service/filesystem/filesystem.h" +#include "core/loader/loader.h" namespace FileSys { |
