diff options
author | kenshi84 <kenshi84@protonmail.ch> | 2017-03-10 10:20:38 +0900 |
---|---|---|
committer | kenshi84 <kenshi84@protonmail.ch> | 2017-03-10 11:22:39 +0900 |
commit | 7d07c64fe59846b20b1e322881c1ead2fe78460d (patch) | |
tree | d8e49fa7cc68b84e46b59c203fcbedbf9e95a3cd /src/daemon | |
parent | Merge pull request #1852 (diff) | |
download | monero-7d07c64fe59846b20b1e322881c1ead2fe78460d.tar.xz |
fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB functions virtual again to avoid missing symbols error
Diffstat (limited to 'src/daemon')
-rw-r--r-- | src/daemon/rpc_command_executor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/rpc_command_executor.cpp b/src/daemon/rpc_command_executor.cpp index 80109c791..e9f95ae6b 100644 --- a/src/daemon/rpc_command_executor.cpp +++ b/src/daemon/rpc_command_executor.cpp @@ -34,7 +34,7 @@ #include "daemon/rpc_command_executor.h" #include "rpc/core_rpc_server_commands_defs.h" #include "cryptonote_core/cryptonote_core.h" -#include "cryptonote_core/hardfork.h" +#include "cryptonote_basic/hardfork.h" #include <boost/format.hpp> #include <ctime> #include <string> |