aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/hmac_sha512.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/hmac_sha512.h')
-rw-r--r--src/crypto/hmac_sha512.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/hmac_sha512.h b/src/crypto/hmac_sha512.h
index 1ea9a3671e..6acce8992e 100644
--- a/src/crypto/hmac_sha512.h
+++ b/src/crypto/hmac_sha512.h
@@ -7,8 +7,8 @@
#include <crypto/sha512.h>
+#include <cstdlib>
#include <stdint.h>
-#include <stdlib.h>
/** A hasher class for HMAC-SHA-512. */
class CHMAC_SHA512