summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/bv_abstraction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/bv_abstraction.cpp')
-rw-r--r--src/preprocessing/passes/bv_abstraction.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/preprocessing/passes/bv_abstraction.cpp b/src/preprocessing/passes/bv_abstraction.cpp
index ebc169e42..67951d441 100644
--- a/src/preprocessing/passes/bv_abstraction.cpp
+++ b/src/preprocessing/passes/bv_abstraction.cpp
@@ -26,8 +26,11 @@
#include <vector>
#include "options/bv_options.h"
+#include "preprocessing/assertion_pipeline.h"
+#include "preprocessing/preprocessing_pass_context.h"
#include "theory/bv/theory_bv.h"
#include "theory/rewriter.h"
+#include "theory/theory_engine.h"
namespace CVC4 {
namespace preprocessing {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback