summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/bv_to_int.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/bv_to_int.cpp')
-rw-r--r--src/preprocessing/passes/bv_to_int.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/preprocessing/passes/bv_to_int.cpp b/src/preprocessing/passes/bv_to_int.cpp
index 704214d06..5043718ca 100644
--- a/src/preprocessing/passes/bv_to_int.cpp
+++ b/src/preprocessing/passes/bv_to_int.cpp
@@ -18,6 +18,7 @@
#include "preprocessing/passes/bv_to_int.h"
#include <cmath>
+#include <sstream>
#include <string>
#include <unordered_map>
#include <vector>
@@ -26,6 +27,8 @@
#include "expr/node_traversal.h"
#include "options/smt_options.h"
#include "options/uf_options.h"
+#include "preprocessing/assertion_pipeline.h"
+#include "preprocessing/preprocessing_pass_context.h"
#include "theory/bv/theory_bv_rewrite_rules_operator_elimination.h"
#include "theory/bv/theory_bv_rewrite_rules_simplification.h"
#include "theory/rewriter.h"
@@ -34,6 +37,7 @@ namespace CVC4 {
namespace preprocessing {
namespace passes {
+using namespace std;
using namespace CVC4::theory;
using namespace CVC4::theory::bv;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback