From 2fffab15b7b2ecb54ccb2ea827e3c636439c0b48 Mon Sep 17 00:00:00 2001 From: David Ayers Date: Sun, 2 Dec 2007 21:21:23 +0000 Subject: [PATCH] * Source/NSNotification.m: Add explicit include of NSDictionary.h. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25662 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 1 + Source/NSNotification.m | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 05fab8292..7a4ff2f14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,7 @@ instances. * Source/NSCalendarDate.m: Add explicit include of NSDictionary.h. + * Source/NSNotification.m: Ditto. * Source/NSURLResponse.m: Ditto. Use available dictionary declartion. * Source/NSURLProtocol.m: Add explicit import of NSData.h. * Source/NSSerializer.m: Add explicit import of NSEnumerator.h. diff --git a/Source/NSNotification.m b/Source/NSNotification.m index 04008b98d..c412d0728 100644 --- a/Source/NSNotification.m +++ b/Source/NSNotification.m @@ -28,6 +28,7 @@ #include "config.h" #include "Foundation/NSNotification.h" #include "Foundation/NSCoder.h" +#include "Foundation/NSDictionary.h" #include "Foundation/NSString.h" @class GSNotification;