summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
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;