diff options
Diffstat (limited to '')
-rw-r--r-- | src/ast.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast.cpp b/src/ast.cpp index 24d3193..4bbe186 100644 --- a/src/ast.cpp +++ b/src/ast.cpp | |||
@@ -9,7 +9,7 @@ | |||
9 | #include "astleaf.h" | 9 | #include "astleaf.h" |
10 | #include "astbranch.h" | 10 | #include "astbranch.h" |
11 | 11 | ||
12 | #include "build.tab.h" | 12 | #include "buildparser.h" |
13 | 13 | ||
14 | Ast::Ast() | 14 | Ast::Ast() |
15 | { | 15 | { |