desktop/source/app/app.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 374ac88c2cab8065eca3b9479c0039f6893fedf0
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Wed Apr 3 10:50:11 2024 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Wed Apr 3 18:51:18 2024 +0200

    desktop: fix build with enable-online-update
    
    Regression from 75706c003c3e224047e2f5b079aebde4e3d40d74
    "tdf#146619 Remove unused #includes from C/C++ files"
    
    See https://ci.libreoffice.org/job/lo_daily_tb_win/1718/console
    
    Change-Id: I32f406aa44dfe37c472cf4de7805141daf37ab66
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165738
    Tested-by: Jenkins
    Reviewed-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>

diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index d02041c220a2..0e529e071427 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -127,6 +127,10 @@
 #include "langselect.hxx"
 #include <salhelper/thread.hxx>
 
+#if HAVE_FEATURE_UPDATE_MAR
+#include <tools/time.hxx>
+#endif
+
 #if defined MACOSX
 #include <errno.h>
 #include <sys/wait.h>

Reply via email to