diff options
Diffstat (limited to 'src/pow.h')
-rw-r--r-- | src/pow.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,8 +8,8 @@ #include <stdint.h> -class CBlockIndex; class CBlockHeader; +class CBlockIndex; class uint256; unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHeader *pblock); |