diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-08-21 21:04:03 +0200 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-08-23 17:53:30 +0200 |
commit | 119ab308b551da889782420aeff088aff0d4882e (patch) | |
tree | dcfc8478f1d96280933a56d5d35a887122a30b9b /src/core/file_sys | |
parent | file_sys: Cut down on includes and copies (diff) | |
download | yuzu-119ab308b551da889782420aeff088aff0d4882e.tar yuzu-119ab308b551da889782420aeff088aff0d4882e.tar.gz yuzu-119ab308b551da889782420aeff088aff0d4882e.tar.bz2 yuzu-119ab308b551da889782420aeff088aff0d4882e.tar.lz yuzu-119ab308b551da889782420aeff088aff0d4882e.tar.xz yuzu-119ab308b551da889782420aeff088aff0d4882e.tar.zst yuzu-119ab308b551da889782420aeff088aff0d4882e.zip |
Diffstat (limited to 'src/core/file_sys')
-rw-r--r-- | src/core/file_sys/sdmc_factory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/sdmc_factory.cpp b/src/core/file_sys/sdmc_factory.cpp index b14a254c5..e4df5c4d0 100644 --- a/src/core/file_sys/sdmc_factory.cpp +++ b/src/core/file_sys/sdmc_factory.cpp @@ -3,6 +3,7 @@ // Refer to the license.txt file included. #include <memory> +#include "core/file_sys/registered_cache.h" #include "core/file_sys/sdmc_factory.h" #include "core/file_sys/xts_archive.h" |