aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hexPrefix.cpp3
-rw-r--r--rlp.cpp1
-rw-r--r--trie.cpp1
-rw-r--r--vm.cpp1
4 files changed, 5 insertions, 1 deletions
diff --git a/hexPrefix.cpp b/hexPrefix.cpp
index 9b65db0e..6ced839d 100644
--- a/hexPrefix.cpp
+++ b/hexPrefix.cpp
@@ -22,8 +22,9 @@
#include <fstream>
#include "JsonSpiritHeaders.h"
-#include <libdevcrypto/TrieCommon.h>
#include <libdevcore/Log.h>
+#include <libdevcore/CommonIO.h>
+#include <libdevcrypto/TrieCommon.h>
#include <boost/test/unit_test.hpp>
using namespace std;
diff --git a/rlp.cpp b/rlp.cpp
index c3f9dda2..95d40ada 100644
--- a/rlp.cpp
+++ b/rlp.cpp
@@ -25,6 +25,7 @@
#include <libdevcore/Log.h>
#include <libdevcore/RLP.h>
#include <libdevcore/Common.h>
+#include <libdevcore/CommonIO.h>
#include <boost/test/unit_test.hpp>
#include <algorithm>
#include "JsonSpiritHeaders.h"
diff --git a/trie.cpp b/trie.cpp
index cdebd09f..fb74ebe2 100644
--- a/trie.cpp
+++ b/trie.cpp
@@ -23,6 +23,7 @@
#include <fstream>
#include <random>
#include "JsonSpiritHeaders.h"
+#include <libdevcore/CommonIO.h>
#include <libdevcrypto/TrieDB.h>
#include "TrieHash.h"
#include "MemTrie.h"
diff --git a/vm.cpp b/vm.cpp
index feba4ef7..0f907371 100644
--- a/vm.cpp
+++ b/vm.cpp
@@ -21,6 +21,7 @@
*/
#include "vm.h"
+#include <libdevcore/CommonIO.h>
#define FILL_TESTS