summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/int_to_bv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/int_to_bv.cpp')
-rw-r--r--src/preprocessing/passes/int_to_bv.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/preprocessing/passes/int_to_bv.cpp b/src/preprocessing/passes/int_to_bv.cpp
index 5b0465772..2e237df2b 100644
--- a/src/preprocessing/passes/int_to_bv.cpp
+++ b/src/preprocessing/passes/int_to_bv.cpp
@@ -25,6 +25,7 @@
#include "expr/node.h"
#include "expr/node_traversal.h"
#include "options/smt_options.h"
+#include "preprocessing/assertion_pipeline.h"
#include "theory/rewriter.h"
#include "theory/theory.h"
@@ -32,6 +33,7 @@ namespace CVC4 {
namespace preprocessing {
namespace passes {
+using namespace std;
using namespace CVC4::theory;
using NodeMap = std::unordered_map<Node, Node, NodeHashFunction>;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback