summaryrefslogtreecommitdiff
path: root/lib/dbTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dbTypes.h')
-rw-r--r--lib/dbTypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/dbTypes.h b/lib/dbTypes.h
index 332b896..0b7185c 100644
--- a/lib/dbTypes.h
+++ b/lib/dbTypes.h
@@ -131,4 +131,8 @@ namespace MyGrate {
};
}
+namespace std {
+ std::ostream & operator<<(std::ostream & strm, const MyGrate::DbValueV & v);
+}
+
#endif