desktop/source/lib/init.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 8bf0692331c335fc285794de8858eb555b19e1d1
Author:     Stephan Bergmann <stephan.bergm...@collabora.com>
AuthorDate: Mon Sep 15 21:40:29 2025 +0200
Commit:     Stephan Bergmann <stephan.bergm...@collabora.com>
CommitDate: Mon Sep 15 22:57:57 2025 +0200

    Fix missing include for Emscripten build
    
    ...after 3765f46745ed659e00039481bc1df00819c39ded "tdf#146619 Run IWYU on
    desktop/"
    
    Change-Id: Idf15ce54ed67b572f9427b78421f1637ce2729f2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190992
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@collabora.com>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index 5404a2b7999f..9bc4f9798c16 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -47,6 +47,7 @@
 #endif
 
 #ifdef EMSCRIPTEN
+#include <initjsunoscripting.hxx>
 #include <osl/detail/emscripten-bootstrap.h>
 #endif
 

Reply via email to