summaryrefslogtreecommitdiff
path: root/src/theory/arrays/union_find.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arrays/union_find.h')
-rw-r--r--src/theory/arrays/union_find.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arrays/union_find.h b/src/theory/arrays/union_find.h
index b592eb307..c1a09491f 100644
--- a/src/theory/arrays/union_find.h
+++ b/src/theory/arrays/union_find.h
@@ -14,7 +14,7 @@
* stack. Refactored from the UF union-find.
*/
-#include "cvc4_private.h"
+#include "cvc5_private.h"
#ifndef CVC5__THEORY__ARRAYS__UNION_FIND_H
#define CVC5__THEORY__ARRAYS__UNION_FIND_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback