static/source/embindmaker/embindmaker.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 6647890535617befac80ff322a9c2877de6df40f Author: Stephan Bergmann <[email protected]> AuthorDate: Thu Nov 13 09:28:59 2025 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Thu Nov 13 13:06:18 2025 +0100 Emscripten: Missing include ...after fd2e467ba3320c99d8f4856784c7ccd0912a08a7 "tdf#146619 Run IWYU in fw decl mode on include/[a-c]*" Change-Id: I73003f176f13cff87dca28d0feb77986448dd6ac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193942 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/static/source/embindmaker/embindmaker.cxx b/static/source/embindmaker/embindmaker.cxx index 2e37da37434d..7a7121d5fa40 100644 --- a/static/source/embindmaker/embindmaker.cxx +++ b/static/source/embindmaker/embindmaker.cxx @@ -28,6 +28,7 @@ #include <codemaker/commoncpp.hxx> #include <codemaker/global.hxx> #include <codemaker/typemanager.hxx> +#include <codemaker/unotype.hxx> #include <osl/file.hxx> #include <osl/process.h> #include <osl/thread.h>
