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.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/preprocessing/passes/quantifiers_preprocess.cpp b/src/preprocessing/passes/quantifiers_preprocess.cpp
index e6c1557c0..5217bc807 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/preprocessing_pass_registry.h"
#include "theory/quantifiers/quantifiers_rewriter.h"
#include "theory/rewriter.h"
@@ -52,6 +53,8 @@ PreprocessingPassResult QuantifiersPreprocess::applyInternal(
return PreprocessingPassResult::NO_CONFLICT;
}
+static RegisterPass<QuantifiersPreprocess> X("quantifiers-preprocess");
+
} // namespace passes
} // namespace preprocessing
} // namespace CVC4
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback