summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/xts_encryption_layer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/crypto/xts_encryption_layer.cpp')
-rw-r--r--src/core/crypto/xts_encryption_layer.cpp1
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"