diff options
author | Jorenz Paragas <j.paragas.237@gmail.com> | 2016-05-11 22:02:58 -0700 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-13 10:05:35 +0000 |
commit | 96d5516429bc1846fc6cf7119590f7b05a65eef8 (patch) | |
tree | 53f90584b5b07dd92485d3cf507bfcd71e1844fb /include/oox/ole/axbinarywriter.hxx | |
parent | dbdd303ab1cba5bb094aba086196c89811e7b835 (diff) |
tdf#42949: clean up includes in include/oox/ole with iwyu
Change-Id: I9cbdc78b540b0f735c451ac561f0f0ccdaf7efbd
Reviewed-on: https://gerrit.libreoffice.org/24911
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
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 { |