aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmining.cpp
diff options
context:
space:
mode:
authorjtimon <[email protected]>2014-10-23 02:05:11 +0200
committerjtimon <[email protected]>2014-10-27 13:54:37 +0100
commiteda37330911b005f4be0c2d934346b26247d50f5 (patch)
tree47b9e17e2ec8bf2a351608a2cada601ec9d7e0bb /src/rpcmining.cpp
parentMerge pull request #5121 (diff)
downloaddiscoin-eda37330911b005f4be0c2d934346b26247d50f5.tar.xz
discoin-eda37330911b005f4be0c2d934346b26247d50f5.zip
MOVEONLY: Move CFeeRate and Amount constants to amount.o
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 c767835a2..8af3c4634 100644
--- a/src/rpcmining.cpp
+++ b/src/rpcmining.cpp
@@ -3,6 +3,7 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+#include "amount.h"
#include "chainparams.h"
#include "core_io.h"
#include "init.h"