sfx2/source/doc/graphhelp.cxx | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 196b41e8f1fb3fd1bf052f4b01b5630d15e07141 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Wed Jan 15 17:02:03 2020 +0100 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Wed Jan 15 18:54:41 2020 +0100 Missing includes (Windows --disable-pch) ...after f7804fc28bc65de4938d67d6f8a19f1eacab3341 "tdf#42949 Fix IWYU warnings in sfx2/source/[d-n]*/*cxx" Change-Id: I3dc8fbfb353daec980fc0a73809fc2cd83972d2d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86866 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/sfx2/source/doc/graphhelp.cxx b/sfx2/source/doc/graphhelp.cxx index e5abf0c6c6d9..385b075f8b29 100644 --- a/sfx2/source/doc/graphhelp.cxx +++ b/sfx2/source/doc/graphhelp.cxx @@ -45,6 +45,11 @@ #include <memory> +#if defined _WIN32 +#include <unotools/tempfile.hxx> +#include <vcl/outdev.hxx> +#endif + using namespace css; std::unique_ptr<SvMemoryStream> GraphicHelper::getFormatStrFromGDI_Impl( const GDIMetaFile* pGDIMeta, ConvertDataFormat nFormat ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits