diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-10-12 15:20:42 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-10-12 17:16:44 +0000 |
commit | e736964a0cd37d887d4da2ef362e760d1cb7474f (patch) | |
tree | 2fa4058c9f7ee05540f59c590e63a5a1237c358d /src/p2p/net_node.cpp | |
parent | Merge pull request #4543 (diff) | |
download | monero-e736964a0cd37d887d4da2ef362e760d1cb7474f.tar.xz |
Remove epee header dependency on cryptonote_core
Diffstat (limited to 'src/p2p/net_node.cpp')
-rw-r--r-- | src/p2p/net_node.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/p2p/net_node.cpp b/src/p2p/net_node.cpp index c9ca63f43..e9d2061e8 100644 --- a/src/p2p/net_node.cpp +++ b/src/p2p/net_node.cpp @@ -29,6 +29,7 @@ // Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers #include "common/command_line.h" +#include "cryptonote_core/cryptonote_core.h" #include "net_node.h" namespace nodetool |