aboutsummaryrefslogtreecommitdiffstats
path: root/state.cpp
diff options
context:
space:
mode:
authorGav Wood <g@ethdev.com>2015-03-05 05:49:47 +0800
committerGav Wood <g@ethdev.com>2015-03-05 05:49:47 +0800
commit0c2a7fbe7d2283a2226cf693d94a087ddca56b04 (patch)
treea8bf8cf138f206f8d37dcc1429b0e4e65ab0e126 /state.cpp
parent713e5e5d1e9c467c612aded7a907951e6c3a4f9c (diff)
parente229b5d291eefbf05e77988149d3ba2dc0059575 (diff)
downloaddexon-solidity-0c2a7fbe7d2283a2226cf693d94a087ddca56b04.tar
dexon-solidity-0c2a7fbe7d2283a2226cf693d94a087ddca56b04.tar.gz
dexon-solidity-0c2a7fbe7d2283a2226cf693d94a087ddca56b04.tar.bz2
dexon-solidity-0c2a7fbe7d2283a2226cf693d94a087ddca56b04.tar.lz
dexon-solidity-0c2a7fbe7d2283a2226cf693d94a087ddca56b04.tar.xz
dexon-solidity-0c2a7fbe7d2283a2226cf693d94a087ddca56b04.tar.zst
dexon-solidity-0c2a7fbe7d2283a2226cf693d94a087ddca56b04.zip
Merge pull request #1186 from onepremise/develop
Updates for Building all cpp-ethereum on MinGW(64)
Diffstat (limited to 'state.cpp')
-rw-r--r--state.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/state.cpp b/state.cpp
index fe133822..17ebe2b7 100644
--- a/state.cpp
+++ b/state.cpp
@@ -22,6 +22,7 @@
#include <boost/filesystem/operations.hpp>
#include <boost/test/unit_test.hpp>
+
#include "JsonSpiritHeaders.h"
#include <libdevcore/CommonIO.h>
#include <libethereum/CanonBlockChain.h>