diff options
Diffstat (limited to 'include/oox/ole/axbinarywriter.hxx')
-rw-r--r-- | include/oox/ole/axbinarywriter.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/oox/ole/axbinarywriter.hxx b/include/oox/ole/axbinarywriter.hxx index 66dc5000dca1..d1fe1a23fcea 100644 --- a/include/oox/ole/axbinarywriter.hxx +++ b/include/oox/ole/axbinarywriter.hxx @@ -10,9 +10,14 @@ #ifndef INCLUDED_OOX_OLE_AXBINARYWRITER_HXX #define INCLUDED_OOX_OLE_AXBINARYWRITER_HXX +#include <cstddef> #include <utility> + #include <oox/helper/binaryoutputstream.hxx> +#include <oox/helper/binarystreambase.hxx> #include <oox/helper/refvector.hxx> +#include <rtl/ustring.hxx> +#include <sal/types.h> namespace oox { namespace ole { |