diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/html/buttonset.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/filter/html/buttonset.cxx b/sd/source/filter/html/buttonset.cxx index a22748ca6e01..460b23893cce 100644 --- a/sd/source/filter/html/buttonset.cxx +++ b/sd/source/filter/html/buttonset.cxx @@ -26,10 +26,13 @@ * ************************************************************************/ +#include "sal/config.h" #include <com/sun/star/embed/ElementModes.hpp> +#include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/graphic/GraphicProvider.hpp> #include <com/sun/star/graphic/XGraphicProvider.hpp> +#include <com/sun/star/io/XStream.hpp> #include <osl/file.hxx> #include <comphelper/storagehelper.hxx> |