summaryrefslogtreecommitdiff
path: root/src/expr/datatype.i
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-02-13 23:31:13 -0600
committerGitHub <noreply@github.com>2020-02-13 23:31:13 -0600
commit08289dd911aff28110baf0fd815fd912f8b76fd3 (patch)
tree74cb9775532373b6f24e54bfaf471dc1ef0bae24 /src/expr/datatype.i
parentd84d67018234bb6bb24dd9183a888892c3bfd4d7 (diff)
Update sygus v1 parser to use ParseOp utility (#3756)
Diffstat (limited to 'src/expr/datatype.i')
-rw-r--r--src/expr/datatype.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr/datatype.i b/src/expr/datatype.i
index 6bd5eb82c..83e21793c 100644
--- a/src/expr/datatype.i
+++ b/src/expr/datatype.i
@@ -9,6 +9,8 @@
#endif /* SWIGJAVA */
%}
+%include "expr/kind.i"
+
%extend std::vector< CVC4::Datatype > {
/* These member functions have slightly different signatures in
* different swig language packages. The underlying issue is that
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback