diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-11-14 12:26:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-11-14 12:26:44 +0100 |
commit | 4c4a95946b5c067f8e1ebdd3589f282380cc430f (patch) | |
tree | b9ce04b740dcff38ff79ef841ddeba7e4449d2f8 /sal | |
parent | 06b68aaf9bb9cd4084ca78ff69cb30b947d8f996 (diff) |
Include clean-up
Change-Id: Ice3b97269640c0d739e5b4f4b27a0e07fc854f9f
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/rtl/string.hxx | 1 | ||||
-rw-r--r-- | sal/qa/rtl/strings/test_strings_replace.cxx | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sal/inc/rtl/string.hxx b/sal/inc/rtl/string.hxx index e45b837b7fe6..a2aacb28a007 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 a46245f3c0fa..101dc6785cc5 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" |