diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-12-17 12:59:43 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-12-17 12:59:44 +0200 |
commit | 066fd7aced8ff0079271bae1295355d741f2ea7b (patch) | |
tree | e8056ad1f87ed1d9fc695e68c87bb5adc2700d52 /src/daemon/main.cpp | |
parent | Merge pull request #2864 (diff) | |
parent | Wallets now do not depend on the daemon rpc lib (diff) | |
download | monero-066fd7aced8ff0079271bae1295355d741f2ea7b.tar.xz |
Merge pull request #2877
43f5269f Wallets now do not depend on the daemon rpc lib (moneromooo-monero)
bb89ae8b move connection_basic and network_throttle from src/p2p to epee (moneromooo-monero)
4abf25f3 cryptonote_core does not depend on p2p anymore (moneromooo-monero)
Diffstat (limited to 'src/daemon/main.cpp')
-rw-r--r-- | src/daemon/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/main.cpp b/src/daemon/main.cpp index d038cc825..6ac47fcb2 100644 --- a/src/daemon/main.cpp +++ b/src/daemon/main.cpp @@ -44,6 +44,7 @@ #include "rpc/rpc_args.h" #include "daemon/command_line_args.h" #include "blockchain_db/db_types.h" +#include "version.h" #ifdef STACK_TRACE #include "common/stack_trace.h" |