summaryrefslogtreecommitdiff
path: root/src/theory/theory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory.h')
-rw-r--r--src/theory/theory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/theory.h b/src/theory/theory.h
index 1bf6f660c..6f4effe78 100644
--- a/src/theory/theory.h
+++ b/src/theory/theory.h
@@ -331,6 +331,8 @@ protected:
};/* class Theory */
+std::ostream& operator<<(std::ostream& os, Theory::Effort level);
+
}/* CVC4::theory namespace */
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback