summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libdbpp/testCore.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libdbpp/testCore.h b/libdbpp/testCore.h
index eb53c43..c51e2f9 100644
--- a/libdbpp/testCore.h
+++ b/libdbpp/testCore.h
@@ -25,6 +25,10 @@ class DLL_PUBLIC TestCore {
};
/// @endcond
+DLL_PUBLIC
+std::ostream &
+operator<<(std::ostream & s, const Blob b);
+
}
#endif