diff options
author | John Hodge <tpg@mutabah.net> | 2014-12-14 13:43:41 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2014-12-14 13:43:41 +0800 |
commit | e1a51554c956ccde6a59952a8b9a557df904cf71 (patch) | |
tree | 056bd625ab0b6400f618a20e97ec250d910a8959 /main.cpp | |
parent | 5d29fdaa42c638e9420bd3111fb15f3594342354 (diff) | |
download | mrust-e1a51554c956ccde6a59952a8b9a557df904cf71.tar.gz |
Compiles again
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #include <iostream>
+#include <string>
#include "parse/lex.hpp"
#include "parse/parseerror.hpp"
+#include "ast/ast.hpp"
using namespace std;
|