sfx2/source/doc/graphhelp.hxx | 1 + starmath/inc/mathml/export.hxx | 2 ++ starmath/inc/mathml/import.hxx | 2 ++ starmath/inc/mathml/mathmlimport.hxx | 2 ++ starmath/inc/nodetype.hxx | 2 ++ 5 files changed, 9 insertions(+)
New commits: commit 08e020f4d7e9ec7d5343c6672560c84c6f72464b Author: Gabor Kelemen <[email protected]> AuthorDate: Tue Jan 6 11:25:03 2026 +0100 Commit: Gabor Kelemen <[email protected]> CommitDate: Sun Jan 18 23:46:15 2026 +0100 Fix some non self contained headers in module sfx2, starmath Change-Id: I7f604730a758a69a84d489a97f1b0dc85a63208a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196636 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <[email protected]> diff --git a/sfx2/source/doc/graphhelp.hxx b/sfx2/source/doc/graphhelp.hxx index 5edb1fc00685..040b99fa70ef 100644 --- a/sfx2/source/doc/graphhelp.hxx +++ b/sfx2/source/doc/graphhelp.hxx @@ -28,6 +28,7 @@ #include <com/sun/star/io/XStream.hpp> #include <rtl/ustring.hxx> #include <tools/gen.hxx> +#include <vcl/bitmap.hxx> class SvMemoryStream; class GDIMetaFile; diff --git a/starmath/inc/mathml/export.hxx b/starmath/inc/mathml/export.hxx index 08d3f92d06de..e8ba427d1159 100644 --- a/starmath/inc/mathml/export.hxx +++ b/starmath/inc/mathml/export.hxx @@ -22,6 +22,8 @@ // Our mathml #include "element.hxx" +#include <unomodel.hxx> + // Xml tools #include <utility> #include <xmloff/xmlnamespace.hxx> diff --git a/starmath/inc/mathml/import.hxx b/starmath/inc/mathml/import.hxx index 764d5451c652..a13f8cd06301 100644 --- a/starmath/inc/mathml/import.hxx +++ b/starmath/inc/mathml/import.hxx @@ -12,6 +12,8 @@ // Our mathml #include "element.hxx" +#include <unomodel.hxx> + // XML tools #include <utility> #include <comphelper/errcode.hxx> diff --git a/starmath/inc/mathml/mathmlimport.hxx b/starmath/inc/mathml/mathmlimport.hxx index 3e2b5d2a991d..dc96728a1d13 100644 --- a/starmath/inc/mathml/mathmlimport.hxx +++ b/starmath/inc/mathml/mathmlimport.hxx @@ -19,6 +19,8 @@ #pragma once +#include <unomodel.hxx> + #include <utility> #include <xmloff/xmlimp.hxx> #include <comphelper/errcode.hxx> diff --git a/starmath/inc/nodetype.hxx b/starmath/inc/nodetype.hxx index f0bf28cece67..203348d886a8 100644 --- a/starmath/inc/nodetype.hxx +++ b/starmath/inc/nodetype.hxx @@ -22,6 +22,8 @@ * Also provides analysis of the node functions */ +#include <cstdint> + enum class SmNodeType : int_fast16_t { Table, // tree header
