diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-08-25 04:15:32 +0200 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-08-25 04:15:32 +0200 |
commit | 6314a799aa7e20789562d2e877949dfebb6194ce (patch) | |
tree | f5bd5cdd7e5804e7416abf75ab411c0be69b97e6 /src/core/file_sys/xts_archive.cpp | |
parent | xci: Ignore NCA files with updates in secure (diff) | |
download | yuzu-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.cpp')
-rw-r--r-- | src/core/file_sys/xts_archive.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/file_sys/xts_archive.cpp b/src/core/file_sys/xts_archive.cpp index 605c1a283..552835738 100644 --- a/src/core/file_sys/xts_archive.cpp +++ b/src/core/file_sys/xts_archive.cpp @@ -2,7 +2,9 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include <algorithm> #include <array> +#include <cstring> #include <regex> #include <string> #include <mbedtls/md.h> |