aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/include/ast.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'c_parser/include/ast.hpp')
-rw-r--r--c_parser/include/ast.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/c_parser/include/ast.hpp b/c_parser/include/ast.hpp
index 787e928..b73506f 100644
--- a/c_parser/include/ast.hpp
+++ b/c_parser/include/ast.hpp
@@ -5,6 +5,7 @@
#include "ast_statement.hpp"
#include "ast_function.hpp"
#include "ast_declaration.hpp"
+#include "ast_expression.hpp"
#include "ast_primitives.hpp"
#include "ast_top.hpp"