summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/fun_def_fmf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/fun_def_fmf.cpp')
-rw-r--r--src/preprocessing/passes/fun_def_fmf.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/preprocessing/passes/fun_def_fmf.cpp b/src/preprocessing/passes/fun_def_fmf.cpp
index 8c7a71021..1657aeafa 100644
--- a/src/preprocessing/passes/fun_def_fmf.cpp
+++ b/src/preprocessing/passes/fun_def_fmf.cpp
@@ -14,11 +14,16 @@
#include "preprocessing/passes/fun_def_fmf.h"
+#include <sstream>
+
#include "options/smt_options.h"
+#include "preprocessing/assertion_pipeline.h"
+#include "preprocessing/preprocessing_pass_context.h"
#include "proof/proof_manager.h"
#include "theory/quantifiers/quantifiers_attributes.h"
#include "theory/quantifiers/term_database.h"
#include "theory/quantifiers/term_util.h"
+#include "theory/rewriter.h"
using namespace std;
using namespace CVC4::kind;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback