summaryrefslogtreecommitdiff
path: root/src/parse/expr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/expr.cpp')
-rw-r--r--src/parse/expr.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parse/expr.cpp b/src/parse/expr.cpp
index ffc2fa19..aa016cd2 100644
--- a/src/parse/expr.cpp
+++ b/src/parse/expr.cpp
@@ -11,7 +11,8 @@
* - Parse_Expr0 : Parse a single expression
*/
#include "parseerror.hpp"
-#include "../ast/ast.hpp"
+#include <ast/ast.hpp>
+#include <ast/expr.hpp>
#include "common.hpp"
#include <iostream>
#include "tokentree.hpp"