Algorithm was previously removed from src/util/regexp.h which broke
compilation on some platforms.
// files. See the documentation in "parser/antlr_undefines.h" for more details.
#include "parser/antlr_undefines.h"
+#include <algorithm>
#include <memory>
#include <stdint.h>
#include "smt/command.h"
#include "util/bitvector.h"
+#include <algorithm>
+
// ANTLR defines these, which is really bad!
#undef true
#undef false
#include "expr/type.h"
#include "parser/parser.h"
+#include <algorithm>
+
// ANTLR defines these, which is really bad!
#undef true
#undef false