[Libreoffice-commits] core.git: vcl/headless

Tor Lillqvist tml at collabora.com
Sat Feb 28 00:36:53 PST 2015


 vcl/headless/svpgdi.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 52d39d9e7f8021e0b6112dfc4dc98943e5806515
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sat Feb 28 10:35:58 2015 +0200

    Fix compilation for iOS
    
    Change-Id: I9b7dc689cfef11aa6f33868884a9a25607502d1d

diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index 677d165..9cd85e1 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -19,7 +19,9 @@
 
 #include "headless/svpgdi.hxx"
 #include "headless/svpbmp.hxx"
+#ifndef IOS
 #include "headless/svptextrender.hxx"
+#endif
 #include "saldatabasic.hxx"
 
 #include <vcl/sysdata.hxx>


More information about the Libreoffice-commits mailing list