cui/source/dialogs/fileextcheckdlg.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b3487ddc437f6151eff152453ed8371655965e83
Author:     Mike Kaganski <[email protected]>
AuthorDate: Sat Jan 31 23:13:52 2026 +0500
Commit:     Mike Kaganski <[email protected]>
CommitDate: Sat Jan 31 20:40:26 2026 +0100

    Fix non-pch build
    
    C:/lo/core/cui/source/dialogs/fileextcheckdlg.cxx(53): error C2065:
    'RET_OK': undeclared identifier
    
    after commit 495fa42afab52b59ae283bb6c5a3992491d21214 (tdf#146619
    Use more forward declarations in include/vcl/weld/, 2026-01-31).
    
    Change-Id: I07a8a2487978fe92784e7c58540635e87323e44b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198463
    Reviewed-by: Mike Kaganski <[email protected]>
    Tested-by: Jenkins

diff --git a/cui/source/dialogs/fileextcheckdlg.cxx 
b/cui/source/dialogs/fileextcheckdlg.cxx
index f82172f8870a..2fef76ec7bec 100644
--- a/cui/source/dialogs/fileextcheckdlg.cxx
+++ b/cui/source/dialogs/fileextcheckdlg.cxx
@@ -21,6 +21,7 @@
 
 #include <officecfg/Office/Common.hxx>
 #include <vcl/fileregistration.hxx>
+#include <vcl/vclenum.hxx>
 #include <vcl/weld/Builder.hxx>
 
 #include <fileextcheckdlg.hxx>

Reply via email to