diff options
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ #include <secp256k1.h> #include "RLP.h" #include "Trie.h" -#include "VirtualMachine.h" +#include "State.h" using namespace std; using namespace eth; |
index : dexon-solidity | ||
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity) |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | main.cpp | 2 |
@@ -3,7 +3,7 @@ #include <secp256k1.h> #include "RLP.h" #include "Trie.h" -#include "VirtualMachine.h" +#include "State.h" using namespace std; using namespace eth; |