From 4a3587d8db9f651866ce70312ac9de11316b42c9 Mon Sep 17 00:00:00 2001 From: jtimon Date: Sat, 18 Oct 2014 02:34:06 +0200 Subject: MOVEONLY: Separate CTransaction and dependencies from core --- src/miner.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/miner.cpp') diff --git a/src/miner.cpp b/src/miner.cpp index 897f7c56d7..cf47b65a5c 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -7,6 +7,7 @@ #include "amount.h" #include "core.h" +#include "core/transaction.h" #include "hash.h" #include "main.h" #include "net.h" -- cgit v1.2.3