diff options
| author | 2018-08-04 21:17:10 -0400 | |
|---|---|---|
| committer | 2018-08-04 21:17:10 -0400 | |
| commit | cd96c04339f0b457154ae17810408a9c39959962 (patch) | |
| tree | 46691894e3dab41efe835b9c7924668aecc079ef /src/core/crypto/encryption_layer.h | |
| parent | Merge pull request #923 from lioncash/pragma (diff) | |
| parent | aes_util: Add static assertion to Transcode() and XTSTranscode() to ensure we... (diff) | |
| download | yuzu-cd96c04339f0b457154ae17810408a9c39959962.tar.gz yuzu-cd96c04339f0b457154ae17810408a9c39959962.tar.xz yuzu-cd96c04339f0b457154ae17810408a9c39959962.zip | |
Merge pull request #921 from lioncash/view
core/crypto: Minor changes
Diffstat (limited to 'src/core/crypto/encryption_layer.h')
| -rw-r--r-- | src/core/crypto/encryption_layer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/crypto/encryption_layer.h b/src/core/crypto/encryption_layer.h index 71bca1f23..7f05af9b4 100644 --- a/src/core/crypto/encryption_layer.h +++ b/src/core/crypto/encryption_layer.h | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include "common/common_types.h" | ||
| 7 | #include "core/file_sys/vfs.h" | 8 | #include "core/file_sys/vfs.h" |
| 8 | 9 | ||
| 9 | namespace Core::Crypto { | 10 | namespace Core::Crypto { |