From 0ae3a96dc61973145847d7d0cf57dd1f67574ce1 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Thu, 29 Nov 2007 20:34:25 +0000 Subject: [PATCH] Another minor MacOS-X compatibility change ... can no longer assume NSDictionary.h is included by our other headers git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@25637 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 8 ++++++++ Source/art/ARTContext.m | 2 ++ Source/art/ReadRect.m | 1 + Source/art/shfill.m | 1 + 4 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6f7e5e0..3744578 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-11-29 Richard Frith-Macdonald + + * Source/art/ReadRect.m: + * Source/art/ARTContext.m: + * Source/art/shfill.m: + Explicitly include NSDictionary.h header for better MacOS-X + compatibility. + 2007-11-29 Richard Frith-Macdonald * Source/x11/XGServerWindow.m: ([imagecursor::::::]) don't flip the diff --git a/Source/art/ARTContext.m b/Source/art/ARTContext.m index 20a20a2..71f7f2b 100644 --- a/Source/art/ARTContext.m +++ b/Source/art/ARTContext.m @@ -22,7 +22,9 @@ Boston, MA 02110-1301, USA. */ + #include +#include #include "ARTGState.h" #include "blit.h" diff --git a/Source/art/ReadRect.m b/Source/art/ReadRect.m index ada2af3..f0a273a 100644 --- a/Source/art/ReadRect.m +++ b/Source/art/ReadRect.m @@ -32,6 +32,7 @@ #include #include +#include #include #include #include diff --git a/Source/art/shfill.m b/Source/art/shfill.m index d818c51..571e8f1 100644 --- a/Source/art/shfill.m +++ b/Source/art/shfill.m @@ -37,6 +37,7 @@ this code is rather experimental #include #include +#include #include #include #include