aboutsummaryrefslogtreecommitdiffstats
path: root/checkRandomStateTest.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2015-03-19 05:12:17 +0800
committerGav Wood <i@gavwood.com>2015-03-19 05:12:17 +0800
commit5bac44337d75dd5c156a8412087f7f8d22fe49cd (patch)
treed4ca19948818a79eb0af8907e0bc7dfebe19964b /checkRandomStateTest.cpp
parenta48c84a0e112e70cd129351a6eb6744fd0e8d29b (diff)
parentd3084e6e38c6e88fcff2495cbc1033747268688e (diff)
downloaddexon-solidity-5bac44337d75dd5c156a8412087f7f8d22fe49cd.tar
dexon-solidity-5bac44337d75dd5c156a8412087f7f8d22fe49cd.tar.gz
dexon-solidity-5bac44337d75dd5c156a8412087f7f8d22fe49cd.tar.bz2
dexon-solidity-5bac44337d75dd5c156a8412087f7f8d22fe49cd.tar.lz
dexon-solidity-5bac44337d75dd5c156a8412087f7f8d22fe49cd.tar.xz
dexon-solidity-5bac44337d75dd5c156a8412087f7f8d22fe49cd.tar.zst
dexon-solidity-5bac44337d75dd5c156a8412087f7f8d22fe49cd.zip
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts: mix/MixClient.cpp
Diffstat (limited to 'checkRandomStateTest.cpp')
-rw-r--r--checkRandomStateTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/checkRandomStateTest.cpp b/checkRandomStateTest.cpp
index 0fa7233b..a4d390b1 100644
--- a/checkRandomStateTest.cpp
+++ b/checkRandomStateTest.cpp
@@ -21,6 +21,7 @@
*/
#include <libdevcore/Common.h>
+#include <libdevcore/Assertions.h>
#include <libdevcore/Exceptions.h>
#include <libdevcore/Log.h>
#include <libevm/VMFactory.h>