diff options
Diffstat (limited to 'src/crypto/ripemd160.h')
-rw-r--r-- | src/crypto/ripemd160.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/ripemd160.h b/src/crypto/ripemd160.h index 38ea375c1f..ae9c339181 100644 --- a/src/crypto/ripemd160.h +++ b/src/crypto/ripemd160.h @@ -1,12 +1,12 @@ -// Copyright (c) 2014-2016 The Bitcoin Core developers +// Copyright (c) 2014-2022 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #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 |