aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 537843c3..9ed0bfc4 100644
--- a/main.cpp
+++ b/main.cpp
@@ -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;