summaryrefslogtreecommitdiff
path: root/src/parser/antlr_line_buffered_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/antlr_line_buffered_input.h')
-rw-r--r--src/parser/antlr_line_buffered_input.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/parser/antlr_line_buffered_input.h b/src/parser/antlr_line_buffered_input.h
index 13a6486cd..c47ab324f 100644
--- a/src/parser/antlr_line_buffered_input.h
+++ b/src/parser/antlr_line_buffered_input.h
@@ -15,12 +15,17 @@
** \todo document this file
**/
+// 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 "cvc4parser_private.h"
#ifndef __CVC4__PARSER__ANTLR_LINE_BUFFERED_INPUT_H
#define __CVC4__PARSER__ANTLR_LINE_BUFFERED_INPUT_H
-#include <antlr3.h>
+#include <istream>
namespace CVC4 {
namespace parser {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback