diff options
| author | jtimon <[email protected]> | 2014-10-23 02:05:11 +0200 |
|---|---|---|
| committer | jtimon <[email protected]> | 2014-10-27 13:54:37 +0100 |
| commit | eda37330911b005f4be0c2d934346b26247d50f5 (patch) | |
| tree | 47b9e17e2ec8bf2a351608a2cada601ec9d7e0bb /src/init.cpp | |
| parent | Merge pull request #5121 (diff) | |
| download | discoin-eda37330911b005f4be0c2d934346b26247d50f5.tar.xz discoin-eda37330911b005f4be0c2d934346b26247d50f5.zip | |
MOVEONLY: Move CFeeRate and Amount constants to amount.o
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index 70ac5190d..d928094bb 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -10,6 +10,7 @@ #include "init.h" #include "addrman.h" +#include "amount.h" #include "checkpoints.h" #include "compat/sanity.h" #include "key.h" |