summaryrefslogtreecommitdiff
path: root/src/theory/uf/theory_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/uf/theory_def.h')
-rw-r--r--src/theory/uf/theory_def.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/theory/uf/theory_def.h b/src/theory/uf/theory_def.h
new file mode 100644
index 000000000..8e3f5e9f1
--- /dev/null
+++ b/src/theory/uf/theory_def.h
@@ -0,0 +1,7 @@
+namespace CVC4 {
+ namespace theory {
+ namespace uf {
+ class TheoryUF;
+ }
+ }
+}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback