aboutsummaryrefslogtreecommitdiffstats
path: root/TestUtils.cpp
diff options
context:
space:
mode:
authorsubtly <subtly@users.noreply.github.com>2015-04-11 00:14:57 +0800
committersubtly <subtly@users.noreply.github.com>2015-04-11 00:14:57 +0800
commit9965121d631dba5209c45bfddc7a4420f919467c (patch)
treef9a4acdff9b3850f8d31d8f28e486e832715b76f /TestUtils.cpp
parentf08eb06c7ac0a4f126777599c0826b6e78f60ab4 (diff)
parentc111dbff3f4d4d5e6d064b38bcd645f2d763ccab (diff)
downloaddexon-solidity-9965121d631dba5209c45bfddc7a4420f919467c.tar
dexon-solidity-9965121d631dba5209c45bfddc7a4420f919467c.tar.gz
dexon-solidity-9965121d631dba5209c45bfddc7a4420f919467c.tar.bz2
dexon-solidity-9965121d631dba5209c45bfddc7a4420f919467c.tar.lz
dexon-solidity-9965121d631dba5209c45bfddc7a4420f919467c.tar.xz
dexon-solidity-9965121d631dba5209c45bfddc7a4420f919467c.tar.zst
dexon-solidity-9965121d631dba5209c45bfddc7a4420f919467c.zip
Merge branch 'p2p' into whisper
Diffstat (limited to 'TestUtils.cpp')
-rw-r--r--TestUtils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/TestUtils.cpp b/TestUtils.cpp
index 6222955d..ff5169d5 100644
--- a/TestUtils.cpp
+++ b/TestUtils.cpp
@@ -22,6 +22,7 @@
#include <thread>
#include <boost/test/unit_test.hpp>
#include <boost/filesystem.hpp>
+#include <libtestutils/Common.h>
#include <libtestutils/BlockChainLoader.h>
#include <libtestutils/FixedClient.h>
#include "TestUtils.h"