diff options
author | Gav Wood <i@gavwood.com> | 2015-04-10 22:41:58 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-04-10 22:41:58 +0800 |
commit | 35affd39f19f8d6a587ab8a25a22399af0abf4be (patch) | |
tree | 543d26e0de9bcb854fb2e6e6032669c4102569b2 /TestUtils.cpp | |
parent | ec8d4cd0814674287c30eee41ead3c18f7ddec02 (diff) | |
download | dexon-solidity-35affd39f19f8d6a587ab8a25a22399af0abf4be.tar dexon-solidity-35affd39f19f8d6a587ab8a25a22399af0abf4be.tar.gz dexon-solidity-35affd39f19f8d6a587ab8a25a22399af0abf4be.tar.bz2 dexon-solidity-35affd39f19f8d6a587ab8a25a22399af0abf4be.tar.lz dexon-solidity-35affd39f19f8d6a587ab8a25a22399af0abf4be.tar.xz dexon-solidity-35affd39f19f8d6a587ab8a25a22399af0abf4be.tar.zst dexon-solidity-35affd39f19f8d6a587ab8a25a22399af0abf4be.zip |
OpenCL stuff, Fix for eth_call.
Diffstat (limited to 'TestUtils.cpp')
-rw-r--r-- | TestUtils.cpp | 1 |
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" |