aboutsummaryrefslogtreecommitdiff
path: root/src/rpcwallet.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-06-25 16:51:49 +0200
committerWladimir J. van der Laan <[email protected]>2014-06-25 17:00:09 +0200
commit343feecf562a39e7d898ece2fd745fcb9d4c90e9 (patch)
treef780cbfe1b73ae0765d1930595e59cf7b13b53d6 /src/rpcwallet.cpp
parentMerge pull request #3839 (diff)
parentMove coins.cpp and keystore.cpp to libbitcoin_common (diff)
downloaddiscoin-343feecf562a39e7d898ece2fd745fcb9d4c90e9.tar.xz
discoin-343feecf562a39e7d898ece2fd745fcb9d4c90e9.zip
Merge pull request #4368
75c82d4 Move coins.cpp and keystore.cpp to libbitcoin_common (Wladimir J. van der Laan) 84ce18c Remove unnecessary dependencies for bitcoin-cli (Wladimir J. van der Laan) 14f888c Move network-time related functions to timedata.cpp/h (Wladimir J. van der Laan)
Diffstat (limited to 'src/rpcwallet.cpp')
-rw-r--r--src/rpcwallet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp
index f376ab6b6..4f27cef08 100644
--- a/src/rpcwallet.cpp
+++ b/src/rpcwallet.cpp
@@ -8,6 +8,7 @@
#include "init.h"
#include "net.h"
#include "netbase.h"
+#include "timedata.h"
#include "util.h"
#include "wallet.h"
#include "walletdb.h"