aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/ripemd160.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/ripemd160.h')
-rw-r--r--src/crypto/ripemd160.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/ripemd160.h b/src/crypto/ripemd160.h
index 38ea375c1f..f1d89b8407 100644
--- a/src/crypto/ripemd160.h
+++ b/src/crypto/ripemd160.h
@@ -5,8 +5,8 @@
#ifndef BITCOIN_CRYPTO_RIPEMD160_H
#define BITCOIN_CRYPTO_RIPEMD160_H
+#include <cstdlib>
#include <stdint.h>
-#include <stdlib.h>
/** A hasher class for RIPEMD-160. */
class CRIPEMD160