summaryrefslogtreecommitdiff
path: root/src/parser/smt2/sygus_input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt2/sygus_input.cpp')
-rw-r--r--src/parser/smt2/sygus_input.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/parser/smt2/sygus_input.cpp b/src/parser/smt2/sygus_input.cpp
index 086a04d27..e4f36b3df 100644
--- a/src/parser/smt2/sygus_input.cpp
+++ b/src/parser/smt2/sygus_input.cpp
@@ -14,9 +14,14 @@
** [[ Add file-specific comments here ]]
**/
+// These headers should be the first two included.
+// See the documentation in "parser/antlr_undefines.h" for more details.
#include <antlr3.h>
+#include "parser/antlr_undefines.h"
+
#include "parser/smt2/sygus_input.h"
+
#include "expr/expr_manager.h"
#include "parser/input.h"
#include "parser/parser.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback