diff options
-rw-r--r-- | checkRandomStateTest.cpp | 1 | ||||
-rw-r--r-- | checkRandomVMTest.cpp | 1 | ||||
-rw-r--r-- | net.cpp | 1 |
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> @@ -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> |