aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/sha256_sse4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/sha256_sse4.cpp')
-rw-r--r--src/crypto/sha256_sse4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/sha256_sse4.cpp b/src/crypto/sha256_sse4.cpp
index f1a7fefea3..bc69703607 100644
--- a/src/crypto/sha256_sse4.cpp
+++ b/src/crypto/sha256_sse4.cpp
@@ -5,8 +5,8 @@
// This is a translation to GCC extended asm syntax from YASM code by Intel
// (available at the bottom of this file).
+#include <cstdlib>
#include <stdint.h>
-#include <stdlib.h>
#if defined(__x86_64__) || defined(__amd64__)