summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/rewrite_engine.cpp
diff options
context:
space:
mode:
authorTim King <taking@google.com>2016-08-31 23:06:39 -0700
committerTim King <taking@google.com>2016-08-31 23:06:39 -0700
commit07c4b6c27aac497c74695dd559adfee0d9e8e83f (patch)
tree1ae06e7433bf466dd6cfad41ce136fff79d6df1f /src/theory/quantifiers/rewrite_engine.cpp
parentd6b840e521eef52a864f51fa18d6e86a6bf34f4a (diff)
Removing the forward declaration of QuantInfo from rewrite_engine.h.
Diffstat (limited to 'src/theory/quantifiers/rewrite_engine.cpp')
-rw-r--r--src/theory/quantifiers/rewrite_engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/rewrite_engine.cpp b/src/theory/quantifiers/rewrite_engine.cpp
index 2c58b8f77..3add7a9d7 100644
--- a/src/theory/quantifiers/rewrite_engine.cpp
+++ b/src/theory/quantifiers/rewrite_engine.cpp
@@ -20,6 +20,7 @@
#include "theory/quantifiers/first_order_model.h"
#include "theory/quantifiers/inst_match_generator.h"
#include "theory/quantifiers/model_engine.h"
+#include "theory/quantifiers/quant_conflict_find.h"
#include "theory/quantifiers/quant_util.h"
#include "theory/quantifiers/term_database.h"
#include "theory/theory_engine.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback