diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/crypto/ctr_encryption_layer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/crypto/ctr_encryption_layer.cpp b/src/core/crypto/ctr_encryption_layer.cpp index 8799496e2..6a0d396ed 100644 --- a/src/core/crypto/ctr_encryption_layer.cpp +++ b/src/core/crypto/ctr_encryption_layer.cpp @@ -2,6 +2,7 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include <string.h> #include "common/assert.h" #include "core/crypto/ctr_encryption_layer.h" |