diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-01-24 16:26:29 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-01-24 17:34:38 +0100 |
commit | f9e6e64f0e727796847dfd67820558c61b890b5b (patch) | |
tree | 646fca173aff8fac4f06a564e4d97c085f4d3ab7 /desktop | |
parent | 0310ae3049ba33ce07f48b1e0df2fbbcf2a87883 (diff) |
Fix iOS build after 3381e35ec2b567f0b85cce6192df11d0be9cdbe2
Change-Id: I2b24d8850ea55b87e556c4faf77d61ad17f246db
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87342
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
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> |