aboutsummaryrefslogtreecommitdiff
path: root/src/compile/tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/tables.c')
-rw-r--r--src/compile/tables.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compile/tables.c b/src/compile/tables.c
index b53aacb0..c9feca5e 100644
--- a/src/compile/tables.c
+++ b/src/compile/tables.c
@@ -10,6 +10,8 @@
#include "optionals.h"
#include "pointers.h"
#include "promotion.h"
+#include "statements.h"
+#include "types.h"
static ast_t *add_to_table_comprehension(ast_t *entry, ast_t *subject) {
DeclareMatch(e, entry, TableEntry);