diff options
Diffstat (limited to 'src/crypto/sha2.cpp')
-rw-r--r-- | src/crypto/sha2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypto/sha2.cpp b/src/crypto/sha2.cpp index 99a251cb12..72f191afcd 100644 --- a/src/crypto/sha2.cpp +++ b/src/crypto/sha2.cpp @@ -5,6 +5,7 @@ #include "crypto/sha2.h" #include "crypto/common.h" + #include <string.h> // Internal implementation code. |