summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/xts_archive.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-08-25 04:15:32 +0200
committerZach Hilman <zachhilman@gmail.com>2018-08-25 04:15:32 +0200
commit6314a799aa7e20789562d2e877949dfebb6194ce (patch)
treef5bd5cdd7e5804e7416abf75ab411c0be69b97e6 /src/core/file_sys/xts_archive.h
parentxci: Ignore NCA files with updates in secure (diff)
downloadyuzu-6314a799aa7e20789562d2e877949dfebb6194ce.tar
yuzu-6314a799aa7e20789562d2e877949dfebb6194ce.tar.gz
yuzu-6314a799aa7e20789562d2e877949dfebb6194ce.tar.bz2
yuzu-6314a799aa7e20789562d2e877949dfebb6194ce.tar.lz
yuzu-6314a799aa7e20789562d2e877949dfebb6194ce.tar.xz
yuzu-6314a799aa7e20789562d2e877949dfebb6194ce.tar.zst
yuzu-6314a799aa7e20789562d2e877949dfebb6194ce.zip
Diffstat (limited to 'src/core/file_sys/xts_archive.h')
-rw-r--r--src/core/file_sys/xts_archive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/xts_archive.h b/src/core/file_sys/xts_archive.h
index 5249ad026..55d2154a6 100644
--- a/src/core/file_sys/xts_archive.h
+++ b/src/core/file_sys/xts_archive.h
@@ -8,6 +8,7 @@
#include <vector>
#include "common/common_types.h"
#include "common/swap.h"
+#include "core/crypto/key_manager.h"
#include "core/file_sys/content_archive.h"
#include "core/file_sys/vfs.h"
#include "core/loader/loader.h"