diff options
author | Gav Wood <i@gavwood.com> | 2014-04-24 18:08:01 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-04-24 18:08:01 +0800 |
commit | 78af5c2fc8ec5159c41911fc41410eb7704504c2 (patch) | |
tree | fe23df0560fb64e08454a569ae1b168fc76a8628 | |
parent | 0f16595ba10ac2e4bae06d1165959aef511c549b (diff) | |
download | dexon-solidity-78af5c2fc8ec5159c41911fc41410eb7704504c2.tar.gz dexon-solidity-78af5c2fc8ec5159c41911fc41410eb7704504c2.tar.zst dexon-solidity-78af5c2fc8ec5159c41911fc41410eb7704504c2.zip |
Repotted much of State.
-rw-r--r-- | vm.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ */ #include <fstream> +#include <cstdint> #include <libethcore/Log.h> #include <libethereum/ExtVMFace.h> #include <libethereum/Transaction.h> |