summaryrefslogtreecommitdiff
path: root/src/parser/tptp/tptp.cpp
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2017-08-25 13:29:04 -0700
committerAina Niemetz <aina.niemetz@gmail.com>2017-08-25 14:59:10 -0700
commit378a0c45070ec033493c52e4fa92e6d03b89b6c0 (patch)
tree967777d0417b43a7176cab270cf0dd6662a94314 /src/parser/tptp/tptp.cpp
parent96b4329d58e7d13982e9fdcf458ab98ad0b6c07a (diff)
Added missing includes (algorithm).
Algorithm was previously removed from src/util/regexp.h which broke compilation on some platforms.
Diffstat (limited to 'src/parser/tptp/tptp.cpp')
-rw-r--r--src/parser/tptp/tptp.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser/tptp/tptp.cpp b/src/parser/tptp/tptp.cpp
index 64eeddd2f..a984fe16f 100644
--- a/src/parser/tptp/tptp.cpp
+++ b/src/parser/tptp/tptp.cpp
@@ -20,6 +20,8 @@
#include "expr/type.h"
#include "parser/parser.h"
+#include <algorithm>
+
// ANTLR defines these, which is really bad!
#undef true
#undef false
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback