From d247a5d130544622519ad84dc8a1e50336397c51 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Wed, 31 Jul 2013 09:43:35 -0400 Subject: Move internal miner/block creation to separate miner.cpp module. Public functions referenced elsewhere are added to miner.h. --- src/rpcmining.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rpcmining.cpp') diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index a70c0958d..25111d378 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -6,6 +6,7 @@ #include "chainparams.h" #include "db.h" #include "init.h" +#include "miner.h" #include "bitcoinrpc.h" using namespace json_spirit; -- cgit v1.2.3