diff options
author | Gav Wood <i@gavwood.com> | 2014-10-08 05:07:56 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-10-08 05:07:56 +0800 |
commit | d4a0fc07e131fe59d397481b4969c6e44fb6b6db (patch) | |
tree | 34620c44d4cdac9f92e0fc06044b1745119ae80d /rlp.cpp | |
parent | 69ff5582e608e557d63ae8cd394bec9ca8576df5 (diff) | |
download | dexon-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 'rlp.cpp')
-rw-r--r-- | rlp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |