From 8e136c360ddaa78816ba264dba3b8a9b7289d8ec Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 11 Sep 2012 10:11:39 +0200 Subject: Missing "include" Change-Id: I93baa875c15ea2186f7e738bfa48457e7fa09f88 --- sal/inc/rtl/oustringostreaminserter.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sal') diff --git a/sal/inc/rtl/oustringostreaminserter.hxx b/sal/inc/rtl/oustringostreaminserter.hxx index 28d7c17561d5..c25998a8ee3e 100644 --- a/sal/inc/rtl/oustringostreaminserter.hxx +++ b/sal/inc/rtl/oustringostreaminserter.hxx @@ -57,8 +57,8 @@ namespace rtl { @since LibreOffice 3.5. */ -template< typename charT, typename traits > std::basic_ostream & -operator <<( +template< typename charT, typename traits > +inline std::basic_ostream & operator <<( std::basic_ostream & stream, rtl::OUString const & string) { return stream << -- cgit