summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/quantifiers_preprocess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/quantifiers_preprocess.cpp')
-rw-r--r--src/preprocessing/passes/quantifiers_preprocess.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/preprocessing/passes/quantifiers_preprocess.cpp b/src/preprocessing/passes/quantifiers_preprocess.cpp
index 6daafff2d..5caf37611 100644
--- a/src/preprocessing/passes/quantifiers_preprocess.cpp
+++ b/src/preprocessing/passes/quantifiers_preprocess.cpp
@@ -20,6 +20,7 @@
#include "preprocessing/passes/quantifiers_preprocess.h"
#include "base/output.h"
+#include "preprocessing/assertion_pipeline.h"
#include "theory/quantifiers/quantifiers_rewriter.h"
#include "theory/rewriter.h"
@@ -27,6 +28,7 @@ namespace CVC4 {
namespace preprocessing {
namespace passes {
+using namespace std;
using namespace CVC4::theory;
QuantifiersPreprocess::QuantifiersPreprocess(PreprocessingPassContext* preprocContext)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback