diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-04-03 10:50:11 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-04-03 18:51:18 +0200 |
commit | 374ac88c2cab8065eca3b9479c0039f6893fedf0 (patch) | |
tree | 4ed827a007a781ffcf167c189bc508047940be74 /desktop | |
parent | 3c10a1a4ce65496877d8fc78359f9b7e59d2703c (diff) |
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.extern@allotropia.de>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
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> |