diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/helper/graphichelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/helper/graphichelper.hxx b/include/oox/helper/graphichelper.hxx index 6e6a255d9bd6..7735a15306a8 100644 --- a/include/oox/helper/graphichelper.hxx +++ b/include/oox/helper/graphichelper.hxx @@ -32,6 +32,7 @@ #include <sal/types.h> #include <com/sun/star/graphic/XGraphicProvider2.hpp> #include <com/sun/star/graphic/XGraphicMapper.hpp> +#include <vcl/outdev.hxx> // Workaround for MSVC bug - can't forward-declare OutputDevice #include <vcl/vclptr.hxx> struct WmfExternal; @@ -47,7 +48,6 @@ namespace com::sun::star { namespace graphic { class XGraphicProvider; } namespace uno { class XComponentContext; } } -class OutputDevice; namespace oox { |