summaryrefslogtreecommitdiff
path: root/colm/fsmcodegen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'colm/fsmcodegen.cc')
-rw-r--r--colm/fsmcodegen.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/colm/fsmcodegen.cc b/colm/fsmcodegen.cc
index 6d6bd2f6..59f35ce0 100644
--- a/colm/fsmcodegen.cc
+++ b/colm/fsmcodegen.cc
@@ -1053,6 +1053,7 @@ void FsmCodeGen::writeCode()
"#include <string.h>\n"
"#include <assert.h>\n"
"#include <colm/config.h>\n"
+ "#include <colm/defs.h>\n"
"#include <colm/input.h>\n"
"#include <colm/tree.h>\n"
"\n"