[Libreoffice-commits] core.git: desktop/source
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jan 24 16:06:01 UTC 2020
desktop/source/app/userinstall.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 4656414b34408d3f127cb78b0ffc47f84754381b
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Fri Jan 24 14:17:25 2020 +0100
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Fri Jan 24 17:05:29 2020 +0100
desktop: fix Android build
See
<https://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTER&brief-log=1579871401.18121>.
Change-Id: I5b5de185d22adb1c7ca6144f3fb4d083e7731402
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87340
Reviewed-by: Miklos Vajna <vmiklos at collabora.com>
Tested-by: Jenkins
diff --git a/desktop/source/app/userinstall.cxx b/desktop/source/app/userinstall.cxx
index 1e00ab80e716..bcfd7e3e5596 100644
--- a/desktop/source/app/userinstall.cxx
+++ b/desktop/source/app/userinstall.cxx
@@ -27,6 +27,9 @@
#include <officecfg/Setup.hxx>
#include <osl/file.h>
#include <osl/file.hxx>
+#if defined ANDROID || defined IOS
+#include <rtl/bootstrap.hxx>
+#endif
#include <rtl/ustring.hxx>
#include <tools/diagnose_ex.h>
#include <unotools/bootstrap.hxx>
More information about the Libreoffice-commits
mailing list