summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2014-12-14 13:43:41 +0800
committerJohn Hodge <tpg@mutabah.net>2014-12-14 13:43:41 +0800
commite1a51554c956ccde6a59952a8b9a557df904cf71 (patch)
tree056bd625ab0b6400f618a20e97ec250d910a8959 /main.cpp
parent5d29fdaa42c638e9420bd3111fb15f3594342354 (diff)
downloadmrust-e1a51554c956ccde6a59952a8b9a557df904cf71.tar.gz
Compiles again
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index f3349257..50b77f5b 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,6 +1,8 @@
#include <iostream>
+#include <string>
#include "parse/lex.hpp"
#include "parse/parseerror.hpp"
+#include "ast/ast.hpp"
using namespace std;