aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/sha3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/sha3.h')
-rw-r--r--src/crypto/sha3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/sha3.h b/src/crypto/sha3.h
index 88d8c1204d..78608eae76 100644
--- a/src/crypto/sha3.h
+++ b/src/crypto/sha3.h
@@ -7,8 +7,8 @@
#include <span.h>
+#include <cstdlib>
#include <stdint.h>
-#include <stdlib.h>
//! The Keccak-f[1600] transform.
void KeccakF(uint64_t (&st)[25]);