File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ BITCOIN_CORE_H = \
170170 interfaces/wallet.h \
171171 key.h \
172172 key_io.h \
173+ libpopcnt.h \
173174 logging.h \
174175 logging/timer.h \
175176 mapport.h \
Original file line number Diff line number Diff line change 1616#include < cmath>
1717
1818// Blake2b, Scrypt and SHA3-512
19- #include " cryptopp/cryptlib.h"
20- #include " cryptopp/sha3.h"
21- #include " cryptopp/whrlpool.h"
22- #include " cryptopp/scrypt.h"
23- #include " cryptopp/secblock.h"
24- #include " cryptopp/blake2.h"
25- #include " cryptopp/hex.h"
26- #include " cryptopp/files.h"
19+ #include < cryptopp/cryptlib.h>
20+ #include < cryptopp/sha3.h>
21+ #include < cryptopp/whrlpool.h>
22+ #include < cryptopp/scrypt.h>
23+ #include < cryptopp/secblock.h>
24+ #include < cryptopp/blake2.h>
25+ #include < cryptopp/hex.h>
26+ #include < cryptopp/files.h>
2727
2828// Fancy popcount implementation
29- #include " libpopcnt.h"
29+ #include < libpopcnt.h>
3030
3131uint16_t GetNextWorkRequired (const CBlockIndex* pindexLast, const CBlockHeader *pblock, const Consensus::Params& params)
3232{
You can’t perform that action at this time.
0 commit comments