From 38dd3fb050cae0bc28205ecff8591fa44605efc7 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 5 Sep 2014 17:09:58 +0200 Subject: Project-wide reorganisation of namespaces. --- network.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'network.cpp') diff --git a/network.cpp b/network.cpp index 978d6893..acdd649d 100644 --- a/network.cpp +++ b/network.cpp @@ -27,7 +27,8 @@ #include #include "TestHelper.h" using namespace std; -using namespace eth; +using namespace dev; +using namespace dev::eth; // Disabled since tests shouldn't block (not the worst offender, but timeout should be reduced anyway). /* -- cgit v1.2.3