desktop/source/lib/init.cxx | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit f9e6e64f0e727796847dfd67820558c61b890b5b Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Fri Jan 24 16:26:29 2020 +0200 Commit: Tor Lillqvist <t...@collabora.com> CommitDate: Fri Jan 24 17:34:38 2020 +0100 Fix iOS build after 3381e35ec2b567f0b85cce6192df11d0be9cdbe2 Change-Id: I2b24d8850ea55b87e556c4faf77d61ad17f246db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87342 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <t...@collabora.com> diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 5a5bafb0c2fe..acea0d342097 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -94,6 +94,9 @@ #include <com/sun/star/lang/DisposedException.hpp> #include <editeng/flstitem.hxx> +#ifdef IOS +#include <sfx2/app.hxx> +#endif #include <sfx2/objsh.hxx> #include <sfx2/viewsh.hxx> #include <sfx2/viewfrm.hxx> @@ -117,6 +120,9 @@ #include <vcl/floatwin.hxx> #include <vcl/fontcharmap.hxx> #include <vcl/graphicfilter.hxx> +#ifdef IOS +#include <vcl/sysdata.hxx> +#endif #include <vcl/virdev.hxx> #include <vcl/ImageTree.hxx> #include <vcl/ITiledRenderable.hxx> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits