aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-04-24 18:08:01 +0800
committerGav Wood <i@gavwood.com>2014-04-24 18:08:01 +0800
commit78af5c2fc8ec5159c41911fc41410eb7704504c2 (patch)
treefe23df0560fb64e08454a569ae1b168fc76a8628
parent0f16595ba10ac2e4bae06d1165959aef511c549b (diff)
downloaddexon-solidity-78af5c2fc8ec5159c41911fc41410eb7704504c2.tar.gz
dexon-solidity-78af5c2fc8ec5159c41911fc41410eb7704504c2.tar.zst
dexon-solidity-78af5c2fc8ec5159c41911fc41410eb7704504c2.zip
Repotted much of State.
-rw-r--r--vm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm.cpp b/vm.cpp
index abed42f7..b01fe76f 100644
--- a/vm.cpp
+++ b/vm.cpp
@@ -21,6 +21,7 @@
*/
#include <fstream>
+#include <cstdint>
#include <libethcore/Log.h>
#include <libethereum/ExtVMFace.h>
#include <libethereum/Transaction.h>