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/test/miner_tests.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/miner_tests.cpp') diff --git a/src/test/miner_tests.cpp b/src/test/miner_tests.cpp index af284653d..bd1d998c4 100644 --- a/src/test/miner_tests.cpp +++ b/src/test/miner_tests.cpp @@ -4,6 +4,7 @@ #include "main.h" #include "uint256.h" #include "util.h" +#include "miner.h" #include "wallet.h" extern void SHA256Transform(void* pstate, void* pinput, const void* pinit); -- cgit v1.2.3