From 80abbd491b47a5c686c9de436a62976fad188085 Mon Sep 17 00:00:00 2001 From: CJentzsch Date: Fri, 7 Aug 2015 16:24:28 +0200 Subject: [PATCH] compile fix, missing include --- test/libwhisper/whisperDB.cpp | 1 + test/libwhisper/whisperTopic.cpp | 3 +++ 2 files changed, 4 insertions(+) diff --git a/test/libwhisper/whisperDB.cpp b/test/libwhisper/whisperDB.cpp index e9f9b9e2a..892714393 100644 --- a/test/libwhisper/whisperDB.cpp +++ b/test/libwhisper/whisperDB.cpp @@ -24,6 +24,7 @@ along with cpp-ethereum. If not, see . #include #include #include +#include using namespace std; using namespace dev; diff --git a/test/libwhisper/whisperTopic.cpp b/test/libwhisper/whisperTopic.cpp index 6ee5076c4..39728fb17 100644 --- a/test/libwhisper/whisperTopic.cpp +++ b/test/libwhisper/whisperTopic.cpp @@ -389,6 +389,9 @@ BOOST_AUTO_TEST_CASE(topicAdvertising) BOOST_AUTO_TEST_CASE(selfAddressed) { + if (test::Options::get().nonetwork) + return; + VerbosityHolder setTemporaryLevel(10); cnote << "Testing self-addressed messaging with bloom filter matching...";