aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/hmac_sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/hmac_sha256.h')
-rw-r--r--src/crypto/hmac_sha256.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/hmac_sha256.h b/src/crypto/hmac_sha256.h
index d31fda1dd1..9c25edd7c1 100644
--- a/src/crypto/hmac_sha256.h
+++ b/src/crypto/hmac_sha256.h
@@ -7,8 +7,8 @@
#include <crypto/sha256.h>
+#include <cstdlib>
#include <stdint.h>
-#include <stdlib.h>
/** A hasher class for HMAC-SHA-256. */
class CHMAC_SHA256