summaryrefslogtreecommitdiff
path: root/src/theory/strings/eqc_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/eqc_info.h')
-rw-r--r--src/theory/strings/eqc_info.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/strings/eqc_info.h b/src/theory/strings/eqc_info.h
index 108264969..a8d2b3d7f 100644
--- a/src/theory/strings/eqc_info.h
+++ b/src/theory/strings/eqc_info.h
@@ -21,6 +21,7 @@
#include "context/cdo.h"
#include "context/context.h"
+#include "context/cdlist.h"
#include "expr/node.h"
namespace CVC4 {
@@ -72,6 +73,8 @@ class EqcInfo
context::CDO<Node> d_prefixC;
/** same as above, for suffix. */
context::CDO<Node> d_suffixC;
+
+ context::CDList<Node> d_prefixes;
};
} // namespace strings
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback