From eda37330911b005f4be0c2d934346b26247d50f5 Mon Sep 17 00:00:00 2001 From: jtimon Date: Thu, 23 Oct 2014 02:05:11 +0200 Subject: MOVEONLY: Move CFeeRate and Amount constants to amount.o --- 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 eefccfd641..897f7c56d7 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -5,6 +5,7 @@ #include "miner.h" +#include "amount.h" #include "core.h" #include "hash.h" #include "main.h" -- cgit v1.2.3