diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2018-08-24 22:15:32 -0400 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2018-08-24 22:15:32 -0400 |
| commit | 6314a799aa7e20789562d2e877949dfebb6194ce (patch) | |
| tree | f5bd5cdd7e5804e7416abf75ab411c0be69b97e6 /src/core/crypto/xts_encryption_layer.cpp | |
| parent | d1a6dd61d1e70d41cf7bc0dbf3a199cb21d8fdbd (diff) | |
file_sys/crypto: Fix missing/unnecessary includes
Diffstat (limited to 'src/core/crypto/xts_encryption_layer.cpp')
| -rw-r--r-- | src/core/crypto/xts_encryption_layer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/crypto/xts_encryption_layer.cpp b/src/core/crypto/xts_encryption_layer.cpp index c6e5df1ce..c10832cfe 100644 --- a/src/core/crypto/xts_encryption_layer.cpp +++ b/src/core/crypto/xts_encryption_layer.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include <algorithm> #include <cstring> #include "common/assert.h" #include "core/crypto/xts_encryption_layer.h" |
