summaryrefslogtreecommitdiff
path: root/src/core/crypto/encryption_layer.h
diff options
context:
space:
mode:
authorGravatar bunnei2018-08-04 21:17:10 -0400
committerGravatar GitHub2018-08-04 21:17:10 -0400
commitcd96c04339f0b457154ae17810408a9c39959962 (patch)
tree46691894e3dab41efe835b9c7924668aecc079ef /src/core/crypto/encryption_layer.h
parentMerge pull request #923 from lioncash/pragma (diff)
parentaes_util: Add static assertion to Transcode() and XTSTranscode() to ensure we... (diff)
downloadyuzu-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.h1
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
9namespace Core::Crypto { 10namespace Core::Crypto {