aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmining.cpp
diff options
context:
space:
mode:
authorjtimon <jtimon@monetize.io>2014-03-10 08:46:53 -0700
committerjtimon <jtimon@monetize.io>2014-06-23 23:10:24 +0200
commitdf852d2bcc6573a3fcb3e59f82f7ea4dfa11290e (patch)
treef8651a97cf4617ce0a867f964f5c70b0f2bf8090 /src/rpcmining.cpp
parent36db6633c314b0f41aeee856f74a8d5d59334dbb (diff)
downloadbitcoin-df852d2bcc6573a3fcb3e59f82f7ea4dfa11290e.tar.xz
Refactor proof of work related functions out of main
Diffstat (limited to 'src/rpcmining.cpp')
-rw-r--r--src/rpcmining.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp
index a1410f0e41..f60070eb5b 100644
--- a/src/rpcmining.cpp
+++ b/src/rpcmining.cpp
@@ -9,6 +9,7 @@
#include "net.h"
#include "main.h"
#include "miner.h"
+#include "pow.h"
#ifdef ENABLE_WALLET
#include "db.h"
#include "wallet.h"