sfx2/source/doc/graphhelp.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 105854d4e7e8a8812c3dfaadcdd74d5b349d56e7
Author: Mike Kaganski <[email protected]>
AuthorDate: Wed Jan 14 13:06:08 2026 +0100
Commit: Mike Kaganski <[email protected]>
CommitDate: Wed Jan 14 16:56:02 2026 +0100
Missing include
Change-Id: I75f9e0e6d81d83c45dabdc79997eed2013cbd929
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197269
Reviewed-by: Mike Kaganski <[email protected]>
Tested-by: Jenkins
diff --git a/sfx2/source/doc/graphhelp.cxx b/sfx2/source/doc/graphhelp.cxx
index 37128c2ab062..7e97e9904995 100644
--- a/sfx2/source/doc/graphhelp.cxx
+++ b/sfx2/source/doc/graphhelp.cxx
@@ -48,6 +48,7 @@
#include <memory>
#if defined _WIN32
+#include <tools/mapunit.hxx>
#include <unotools/tempfile.hxx>
#include <vcl/outdev.hxx>
#endif