diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-29 20:14:35 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-30 07:53:40 +0200 |
commit | 95cedfd95a67b39852b9ae0248207ae8750b4f1e (patch) | |
tree | 0990e49f7280ff95d09b194da0568188bd86052b /sal | |
parent | bb0b2744af130d3f03939bd883d7f9fa9d373941 (diff) |
Protect CoreGraphics.h inclusion with <premac.h>, sigh
Change-Id: I9d16929d3b8fb5114e72eee850da64433394df9c
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/osl/detail/ios-bootstrap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/inc/osl/detail/ios-bootstrap.h b/sal/inc/osl/detail/ios-bootstrap.h index f0e09f73e97c..c96706ad2648 100644 --- a/sal/inc/osl/detail/ios-bootstrap.h +++ b/sal/inc/osl/detail/ios-bootstrap.h @@ -12,7 +12,9 @@ #if defined(IOS) +#include <premac.h> #include <CoreGraphics/CoreGraphics.h> +#include <postmac.h> #ifdef __cplusplus extern "C" { |