diff options
Diffstat (limited to 'include/oox/helper/textinputstream.hxx')
-rw-r--r-- | include/oox/helper/textinputstream.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/oox/helper/textinputstream.hxx b/include/oox/helper/textinputstream.hxx index 8412b77a53ba..d059c88e8839 100644 --- a/include/oox/helper/textinputstream.hxx +++ b/include/oox/helper/textinputstream.hxx @@ -21,7 +21,9 @@ #define INCLUDED_OOX_HELPER_TEXTINPUTSTREAM_HXX #include <com/sun/star/uno/Reference.hxx> +#include <rtl/textenc.h> #include <rtl/ustring.hxx> +#include <sal/types.h> namespace com { namespace sun { namespace star { namespace io { class XInputStream; } |