diff options
| author | rfree2monero <rfreemonero@op.pl> | 2015-04-10 16:13:57 +0200 |
|---|---|---|
| committer | rfree2 <rfree@op.pl> | 2015-04-10 16:54:21 +0200 |
| commit | 32c19c6c3d677564d217ba31c16fdfc84b4faf80 (patch) | |
| tree | 04ff7dcf43840494a356485a9f377aab14212e56 /tests/core_proxy/core_proxy.h | |
| parent | 277a207b2fb21558aeb06acc3a3e0f218d01ca41 (diff) | |
| download | monzero-core-32c19c6c3d677564d217ba31c16fdfc84b4faf80.tar.gz monzero-core-32c19c6c3d677564d217ba31c16fdfc84b4faf80.tar.xz monzero-core-32c19c6c3d677564d217ba31c16fdfc84b4faf80.zip | |
[fix] log level change. compilation: dns, tests
old unbound #warning does not block compilation
unit tests build fine. Even though the RPC/P2P network type is required again
Diffstat (limited to 'tests/core_proxy/core_proxy.h')
| -rw-r--r-- | tests/core_proxy/core_proxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/core_proxy/core_proxy.h b/tests/core_proxy/core_proxy.h index b40c5b216..09582da40 100644 --- a/tests/core_proxy/core_proxy.h +++ b/tests/core_proxy/core_proxy.h @@ -34,6 +34,7 @@ #include "cryptonote_core/cryptonote_basic_impl.h" #include "cryptonote_core/verification_context.h" +#include "cryptonote_core/blockchain_storage.h" #include <unordered_map> namespace tests |
