[Libreoffice-commits] core.git: vcl/inc
Tor Lillqvist
tml at collabora.com
Mon Mar 24 06:13:38 PDT 2014
vcl/inc/headless/svpgdi.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 784e3d96d1d86b1b11eeafb2cfc8199b1a55f0f9
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon Mar 24 15:12:38 2014 +0200
Make sure to include Foundation.h to get NSString
Change-Id: I063c7abcbce003a8bbfd8aa8d57416a6aad84760
diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx
index 38506eb..18cb71a 100644
--- a/vcl/inc/headless/svpgdi.hxx
+++ b/vcl/inc/headless/svpgdi.hxx
@@ -30,6 +30,7 @@
#ifdef IOS
#include "quartz/salgdi.h"
#include <premac.h>
+#include <Foundation/Foundation.h>
#include <CoreGraphics/CoreGraphics.h>
#include <postmac.h>
#endif
More information about the Libreoffice-commits
mailing list