[Libreoffice-commits] .: sal/inc sal/qa

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 14 03:27:16 PST 2012


 sal/inc/rtl/string.hxx                      |    1 +
 sal/qa/rtl/strings/test_strings_replace.cxx |    3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 4c4a95946b5c067f8e1ebdd3589f282380cc430f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Nov 14 12:26:08 2012 +0100

    Include clean-up
    
    Change-Id: Ice3b97269640c0d739e5b4f4b27a0e07fc854f9f

diff --git a/sal/inc/rtl/string.hxx b/sal/inc/rtl/string.hxx
index e45b837..a2aacb2 100644
--- a/sal/inc/rtl/string.hxx
+++ b/sal/inc/rtl/string.hxx
@@ -32,6 +32,7 @@
 #include "sal/config.h"
 
 #include <cassert>
+#include <ostream>
 
 #include <osl/diagnose.h>
 #include <rtl/memory.h>
diff --git a/sal/qa/rtl/strings/test_strings_replace.cxx b/sal/qa/rtl/strings/test_strings_replace.cxx
index a46245f..101dc67 100644
--- a/sal/qa/rtl/strings/test_strings_replace.cxx
+++ b/sal/qa/rtl/strings/test_strings_replace.cxx
@@ -26,7 +26,8 @@
  * in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
  * instead of those above.
  */
-#include <ostream>
+
+#include "sal/config.h"
 
 #include <sal/types.h>
 #include "cppunit/TestAssert.h"


More information about the Libreoffice-commits mailing list