aboutsummaryrefslogtreecommitdiffstats
path: root/vm.h
diff options
context:
space:
mode:
authorwanderer <mjbecze@gmail.com>2014-12-15 02:11:54 +0800
committerwanderer <mjbecze@gmail.com>2014-12-17 03:28:28 +0800
commit35aa48567ff7461a9fccde1df7d9916d7e7222cc (patch)
tree5c72ca2e784158563cbd8752a13f3fb5bfdaa356 /vm.h
parentab5953b55583c9b4028286860397bf4e9fca801b (diff)
downloaddexon-solidity-35aa48567ff7461a9fccde1df7d9916d7e7222cc.tar
dexon-solidity-35aa48567ff7461a9fccde1df7d9916d7e7222cc.tar.gz
dexon-solidity-35aa48567ff7461a9fccde1df7d9916d7e7222cc.tar.bz2
dexon-solidity-35aa48567ff7461a9fccde1df7d9916d7e7222cc.tar.lz
dexon-solidity-35aa48567ff7461a9fccde1df7d9916d7e7222cc.tar.xz
dexon-solidity-35aa48567ff7461a9fccde1df7d9916d7e7222cc.tar.zst
dexon-solidity-35aa48567ff7461a9fccde1df7d9916d7e7222cc.zip
using json_spirit
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.h b/vm.h
index ff948cbf..0a5b5fb4 100644
--- a/vm.h
+++ b/vm.h
@@ -26,7 +26,7 @@ along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
#include <fstream>
#include <cstdint>
#include <boost/test/unit_test.hpp>
-#include "JsonSpiritHeaders.h"
+#include <json_spirit/json_spirit.h>
#include <libdevcore/Log.h>
#include <libdevcore/CommonIO.h>
#include <libevmcore/Instruction.h>