aboutsummaryrefslogtreecommitdiffstats
path: root/hexPrefix.cpp
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-10-08 05:07:56 +0800
committerGav Wood <i@gavwood.com>2014-10-08 05:07:56 +0800
commitd4a0fc07e131fe59d397481b4969c6e44fb6b6db (patch)
tree34620c44d4cdac9f92e0fc06044b1745119ae80d /hexPrefix.cpp
parent69ff5582e608e557d63ae8cd394bec9ca8576df5 (diff)
downloaddexon-solidity-d4a0fc07e131fe59d397481b4969c6e44fb6b6db.tar.gz
dexon-solidity-d4a0fc07e131fe59d397481b4969c6e44fb6b6db.tar.zst
dexon-solidity-d4a0fc07e131fe59d397481b4969c6e44fb6b6db.zip
More attempts to fix for the ultra-pedantic clang compiler.
Diffstat (limited to 'hexPrefix.cpp')
-rw-r--r--hexPrefix.cpp3
1 files changed, 2 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;