cui/source/dialogs/fileextcheckdlg.cxx |    1 +
 svx/source/dialog/crashreportdlg.cxx   |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 4558f8edb6364cb0e2fcce7298eb478a93778222
Author:     Mike Kaganski <[email protected]>
AuthorDate: Wed Feb 11 13:43:48 2026 +0500
Commit:     Mike Kaganski <[email protected]>
CommitDate: Wed Feb 11 12:22:12 2026 +0100

    Fix non-PCH build
    
    C:/lo/core/cui/source/dialogs/fileextcheckdlg.cxx(38): error C2027:
    use of undefined type 'weld::Dialog'
    
    C:/lo/core/svx/source/dialog/crashreportdlg.cxx(65): error C2027:
    use of undefined type 'weld::Dialog'
    
    Change-Id: I15bc87393095d9559d5370531cd205bee13c98a9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199124
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <[email protected]>

diff --git a/cui/source/dialogs/fileextcheckdlg.cxx 
b/cui/source/dialogs/fileextcheckdlg.cxx
index 2fef76ec7bec..52b249f309e3 100644
--- a/cui/source/dialogs/fileextcheckdlg.cxx
+++ b/cui/source/dialogs/fileextcheckdlg.cxx
@@ -23,6 +23,7 @@
 #include <vcl/fileregistration.hxx>
 #include <vcl/vclenum.hxx>
 #include <vcl/weld/Builder.hxx>
+#include <vcl/weld/Dialog.hxx>
 
 #include <fileextcheckdlg.hxx>
 
diff --git a/svx/source/dialog/crashreportdlg.cxx 
b/svx/source/dialog/crashreportdlg.cxx
index 05929bce0d56..c2f17ee72ec3 100644
--- a/svx/source/dialog/crashreportdlg.cxx
+++ b/svx/source/dialog/crashreportdlg.cxx
@@ -18,6 +18,7 @@
 #include <vcl/svapp.hxx>
 #include <vcl/vclenum.hxx>
 #include <vcl/weld/Builder.hxx>
+#include <vcl/weld/Dialog.hxx>
 
 #include <com/sun/star/task/OfficeRestartManager.hpp>
 #include <com/sun/star/task/XInteractionHandler.hpp>

Reply via email to