summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-10-08 11:36:12 +0300
committerTor Lillqvist <tml@iki.fi>2018-10-08 12:41:50 +0300
commit5231818a373ed17df751f5dc31c9edc4a0037127 (patch)
treef080f5418a8017903fc2fde8ea99b324466e5f09
parent3bd549e30161c953e0ea7bf203782d18a6b6f309 (diff)
No cairo used on iOS
Change-Id: I2fc713be404e68ea2fd0db43d0e93dfd62279da8
-rw-r--r--vcl/inc/headless/svpgdi.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx
index 9c7ee0391f47..d1a4d9264ecc 100644
--- a/vcl/inc/headless/svpgdi.hxx
+++ b/vcl/inc/headless/svpgdi.hxx
@@ -27,7 +27,9 @@
#include <salgdi.hxx>
#include <sallayout.hxx>
+#ifndef IOS
#include "svpcairotextrender.hxx"
+#endif
#include <impfontmetricdata.hxx>
#ifdef IOS