diff options
Diffstat (limited to 'src/core/crypto/encryption_layer.h')
| -rw-r--r-- | src/core/crypto/encryption_layer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/crypto/encryption_layer.h b/src/core/crypto/encryption_layer.h index d3082ba53..b53f0b12e 100644 --- a/src/core/crypto/encryption_layer.h +++ b/src/core/crypto/encryption_layer.h | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | #pragma once | 4 | #pragma once |
| 5 | 5 | ||
| 6 | #include "common/common_types.h" | 6 | #include "common/common_types.h" |
| 7 | #include "core/file_sys/vfs.h" | 7 | #include "core/file_sys/vfs/vfs.h" |
| 8 | 8 | ||
| 9 | namespace Core::Crypto { | 9 | namespace Core::Crypto { |
| 10 | 10 | ||