summaryrefslogtreecommitdiff
path: root/src/prop/cadical.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/cadical.h')
-rw-r--r--src/prop/cadical.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prop/cadical.h b/src/prop/cadical.h
index ed4c166d4..e8a36d0a0 100644
--- a/src/prop/cadical.h
+++ b/src/prop/cadical.h
@@ -19,7 +19,7 @@
#ifndef CVC5__PROP__CADICAL_H
#define CVC5__PROP__CADICAL_H
-#ifdef CVC4_USE_CADICAL
+#ifdef CVC5_USE_CADICAL
#include "prop/sat_solver.h"
#include "util/stats_timer.h"
@@ -105,5 +105,5 @@ class CadicalSolver : public SatSolver
} // namespace prop
} // namespace cvc5
-#endif // CVC4_USE_CADICAL
+#endif // CVC5_USE_CADICAL
#endif // CVC5__PROP__CADICAL_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback