aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index e344a209..a1b0c818 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,7 +1,7 @@
#include <random>
#include "Common.h"
#include "RLP.h"
-#include "PatriciaTree.h"
+#include "Trie.h"
#include "VirtualMachine.h"
using namespace std;
using namespace eth;