diff options
| author | bunnei <bunneidev@gmail.com> | 2018-08-04 21:17:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-04 21:17:10 -0400 |
| commit | cd96c04339f0b457154ae17810408a9c39959962 (patch) | |
| tree | 46691894e3dab41efe835b9c7924668aecc079ef /src/core/crypto/encryption_layer.h | |
| parent | 3f4fcd582e82525e3f373d8cf5129d0ace080a81 (diff) | |
| parent | 0d04ee97dc0096f8b417fcbc2f3380fc580a136d (diff) | |
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 @@ #pragma once +#include "common/common_types.h" #include "core/file_sys/vfs.h" namespace Core::Crypto { |
