diff options
Diffstat (limited to 'tools/source/stream/stream.cxx')
-rw-r--r-- | tools/source/stream/stream.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx index b48275819739..198a6a80fe2d 100644 --- a/tools/source/stream/stream.cxx +++ b/tools/source/stream/stream.cxx @@ -28,10 +28,11 @@ #include <osl/endian.h> #include <osl/diagnose.h> +#include <rtl/strbuf.hxx> +#include <rtl/ustrbuf.hxx> #include <sal/log.hxx> #include <comphelper/fileformat.h> -#include <comphelper/string.hxx> #define SWAPNIBBLES(c) \ unsigned char nSwapTmp=c; \ |