summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Donovick <cdonovick@users.noreply.github.com>2018-07-02 14:26:58 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2018-07-02 14:26:58 -0700
commit8af18dcba80cdf0d995f1cfd5390a1784a27a7c1 (patch)
treed3f6c611c29ae089a78e8d09145b3271770aeb94
parentf47f7288145e0ae5b40271e105e0f5ec52091a5f (diff)
Add missing include (#2127)
-rw-r--r--src/smt/smt_engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index ae0e80512..c21a0b4c2 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -111,6 +111,7 @@
#include "theory/quantifiers/sygus/ce_guided_instantiation.h"
#include "theory/quantifiers/sygus_inference.h"
#include "theory/quantifiers/term_util.h"
+#include "theory/rewriter.h"
#include "theory/sort_inference.h"
#include "theory/strings/theory_strings.h"
#include "theory/substitutions.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback