diff options
| author | bunnei <bunneidev@gmail.com> | 2018-09-03 21:20:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-03 21:20:34 -0400 |
| commit | 2afe8ac4a714de836ee58b45598a25c687a1bf12 (patch) | |
| tree | 18af783e535a854dd2fea5e6538b442c2372f994 /src/core/file_sys/xts_archive.cpp | |
| parent | 9cfe2414cbd02f9c5d1cc4c786e56cc1b1803299 (diff) | |
| parent | a40537314405d62baa012836da9bba24ad4b02e5 (diff) | |
Merge pull request #1229 from lioncash/forward-decl
vfs_real: Forward declare IOFile
Diffstat (limited to 'src/core/file_sys/xts_archive.cpp')
| -rw-r--r-- | src/core/file_sys/xts_archive.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/xts_archive.cpp b/src/core/file_sys/xts_archive.cpp index 552835738..4dbc25c55 100644 --- a/src/core/file_sys/xts_archive.cpp +++ b/src/core/file_sys/xts_archive.cpp @@ -10,6 +10,7 @@ #include <mbedtls/md.h> #include <mbedtls/sha256.h> #include "common/assert.h" +#include "common/file_util.h" #include "common/hex_util.h" #include "common/logging/log.h" #include "core/crypto/aes_util.h" |
