aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TestHelper.cpp')
-rw-r--r--TestHelper.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/TestHelper.cpp b/TestHelper.cpp
index 06f188a8..02a883db 100644
--- a/TestHelper.cpp
+++ b/TestHelper.cpp
@@ -19,11 +19,14 @@
* @date 2014
*/
+#include "TestHelper.h"
+
#include <thread>
#include <chrono>
#include <libethereum/Client.h>
-#include "TestHelper.h"
+namespace dev
+{
namespace eth
{
@@ -47,3 +50,4 @@ void connectClients(Client& c1, Client& c2)
}
}
+}