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;