aboutsummaryrefslogtreecommitdiff
path: root/src/qt/optionsmodel.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/qt/optionsmodel.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/qt/optionsmodel.cpp')
-rw-r--r--src/qt/optionsmodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp
index 6db654dff..c941ebd4c 100644
--- a/src/qt/optionsmodel.cpp
+++ b/src/qt/optionsmodel.cpp
@@ -11,6 +11,7 @@
#include "bitcoinunits.h"
#include "guiutil.h"
+#include "amount.h"
#include "init.h"
#include "main.h"
#include "net.h"