diff options
| author | jtimon <[email protected]> | 2014-03-10 08:46:53 -0700 |
|---|---|---|
| committer | jtimon <[email protected]> | 2014-06-23 23:10:24 +0200 |
| commit | df852d2bcc6573a3fcb3e59f82f7ea4dfa11290e (patch) | |
| tree | f8651a97cf4617ce0a867f964f5c70b0f2bf8090 /src/miner.cpp | |
| parent | Merge pull request #4395 (diff) | |
| download | discoin-df852d2bcc6573a3fcb3e59f82f7ea4dfa11290e.tar.xz discoin-df852d2bcc6573a3fcb3e59f82f7ea4dfa11290e.zip | |
Refactor proof of work related functions out of main
Diffstat (limited to 'src/miner.cpp')
| -rw-r--r-- | src/miner.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/miner.cpp b/src/miner.cpp index 63ce12506..2a4f8cfa5 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -9,6 +9,7 @@ #include "hash.h" #include "main.h" #include "net.h" +#include "pow.h" #ifdef ENABLE_WALLET #include "wallet.h" #endif |