summaryrefslogtreecommitdiff
path: root/src/printer/cvc
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-06-09 14:09:39 +0000
committerMorgan Deters <mdeters@gmail.com>2012-06-09 14:09:39 +0000
commitb7aa53c0126948cae651b91555e44f8ce2f546bc (patch)
tree8178ee8a60fecccb4e357401a12a3f1cf5e87381 /src/printer/cvc
parent700689a4e4ed42b5198816611eac5bcc1278284d (diff)
Cleanup and comments for the dag-ifier. Also some unit testing for it.
Diffstat (limited to 'src/printer/cvc')
-rw-r--r--src/printer/cvc/cvc_printer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/printer/cvc/cvc_printer.cpp b/src/printer/cvc/cvc_printer.cpp
index cc95d72b0..d20ba0354 100644
--- a/src/printer/cvc/cvc_printer.cpp
+++ b/src/printer/cvc/cvc_printer.cpp
@@ -21,6 +21,7 @@
#include "util/language.h" // for LANG_AST
#include "expr/node_manager.h" // for VarNameAttr
#include "expr/command.h"
+#include "theory/substitutions.h"
#include <iostream>
#include <vector>
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback