summaryrefslogtreecommitdiff
path: root/src/parser/tptp/tptp_input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/tptp/tptp_input.cpp')
-rw-r--r--src/parser/tptp/tptp_input.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/parser/tptp/tptp_input.cpp b/src/parser/tptp/tptp_input.cpp
index e41a539bb..5a393a58c 100644
--- a/src/parser/tptp/tptp_input.cpp
+++ b/src/parser/tptp/tptp_input.cpp
@@ -14,7 +14,11 @@
** [[ 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/tptp/tptp_input.h"
#include "expr/expr_manager.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback