aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--checkRandomStateTest.cpp1
-rw-r--r--checkRandomVMTest.cpp1
-rw-r--r--net.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/checkRandomStateTest.cpp b/checkRandomStateTest.cpp
index 17e785f6..8d73f872 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>
diff --git a/checkRandomVMTest.cpp b/checkRandomVMTest.cpp
index c9635771..a4092257 100644
--- a/checkRandomVMTest.cpp
+++ b/checkRandomVMTest.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>
diff --git a/net.cpp b/net.cpp
index 831c283e..3a69a627 100644
--- a/net.cpp
+++ b/net.cpp
@@ -22,6 +22,7 @@
#include <boost/test/unit_test.hpp>
#include <libdevcore/Worker.h>
+#include <libdevcore/Assertions.h>
#include <libdevcrypto/Common.h>
#include <libp2p/UDP.h>
#include <libp2p/NodeTable.h>