summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-03-24 15:12:38 +0200
committerTor Lillqvist <tml@collabora.com>2014-03-24 15:13:03 +0200
commit784e3d96d1d86b1b11eeafb2cfc8199b1a55f0f9 (patch)
treebd383a9fb90c87dd8f8397331dec40066ada29e7 /vcl
parentd87ee64034381f6a59cd250d3bd783957cb0ada1 (diff)
Make sure to include Foundation.h to get NSString
Change-Id: I063c7abcbce003a8bbfd8aa8d57416a6aad84760
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/headless/svpgdi.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx
index 38506ebc7b98..18cb71aaa698 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