summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-07 02:03:35 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-07 02:08:34 +0300
commitd0d2c12a54e590496af9d0df278c863365293ae0 (patch)
treea53e884b7ba06616546a601196d20a3868abfbfe /vcl
parent99bf1f244a7e09a9adbab0a9afcefc7540242a74 (diff)
Need more headers to make sure we have CGRect
Change-Id: I8766ba5258f923d47474fa77e14eb7fbff530ffc
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/quartz/utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/inc/quartz/utils.h b/vcl/inc/quartz/utils.h
index c23c484dc0dc..0e0dfe5493ad 100644
--- a/vcl/inc/quartz/utils.h
+++ b/vcl/inc/quartz/utils.h
@@ -25,6 +25,11 @@
#include <premac.h>
#include <CoreFoundation/CoreFoundation.h>
#include <Foundation/Foundation.h>
+#ifdef MACOSX
+#include <ApplicationServices/ApplicationServices.h>
+#else
+#include <CoreGraphics/CoreGraphics.h>
+#endif
#include <postmac.h>
#include <rtl/ustring.hxx>