aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_productions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parse_productions.cpp')
-rw-r--r--parse_productions.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/parse_productions.cpp b/parse_productions.cpp
index c1b378ec..0d28c6a1 100644
--- a/parse_productions.cpp
+++ b/parse_productions.cpp
@@ -1,4 +1,7 @@
#include "parse_productions.h"
+#include <assert.h>
+#include <stdio.h>
+#include "parse_tree.h"
using namespace parse_productions;
#define NO_PRODUCTION ((production_option_idx_t)(-1))