summaryrefslogtreecommitdiff
path: root/src/options/logic_info_forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/logic_info_forward.h')
-rw-r--r--src/options/logic_info_forward.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/options/logic_info_forward.h b/src/options/logic_info_forward.h
new file mode 100644
index 000000000..8c31a3675
--- /dev/null
+++ b/src/options/logic_info_forward.h
@@ -0,0 +1,9 @@
+
+#ifndef __CVC4__OPTIONS_LOGIC_INFO_FORWARD_H
+#define __CVC4__OPTIONS_LOGIC_INFO_FORWARD_H
+
+namespace CVC4 {
+class LogicInfo;
+}/* CVC4 namespace */
+
+#endif /* __CVC4__OPTIONS_LOGIC_INFO_FORWARD_H */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback