summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/sygus_abduct.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-09-16 16:44:52 -0500
committerGitHub <noreply@github.com>2019-09-16 16:44:52 -0500
commit9c4d548af9a14c18a6d69b41bba3e36054d37c0c (patch)
tree07946cab9a720c75493264d0e114a493b50340d9 /src/theory/quantifiers/sygus/sygus_abduct.cpp
parent57301bf1db0febc6bf5b205c0ecbb2e249601bd0 (diff)
Move specific attributes out of term util (#3279)
Diffstat (limited to 'src/theory/quantifiers/sygus/sygus_abduct.cpp')
-rw-r--r--src/theory/quantifiers/sygus/sygus_abduct.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/sygus/sygus_abduct.cpp b/src/theory/quantifiers/sygus/sygus_abduct.cpp
index 7e72ecb41..047a78d11 100644
--- a/src/theory/quantifiers/sygus/sygus_abduct.cpp
+++ b/src/theory/quantifiers/sygus/sygus_abduct.cpp
@@ -20,6 +20,7 @@
#include "printer/sygus_print_callback.h"
#include "theory/quantifiers/quantifiers_attributes.h"
#include "theory/quantifiers/quantifiers_rewriter.h"
+#include "theory/quantifiers/sygus/sygus_grammar_cons.h"
#include "theory/quantifiers/term_util.h"
#include "theory/rewriter.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback