diff options
Diffstat (limited to 'src/pow.cpp')
-rw-r--r-- | src/pow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pow.cpp b/src/pow.cpp index 1d2b743b48..893f6c18be 100644 --- a/src/pow.cpp +++ b/src/pow.cpp @@ -10,6 +10,7 @@ #include "main.h" #include "timedata.h" #include "uint256.h" +#include "util.h" unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHeader *pblock) { |