diff --git a/ChangeLog b/ChangeLog index 8162f11a9..f682c8c81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,12 +9,14 @@ ([+initialize]): Initialize new cache. ([-compare]): Test for all subclasses instead of only NSDecimalNumber instances. + + * Source/NSCalendarDate.m: Add explicit include of NSDictionary.h. 2007-11-30 Richard Frith-Macdonald * Tools/gdomap.h: fix typo -2007-11-29 Marcus Muller * Source/NSKeyValueCoding.m: Make backward compatibility work with situations where we have classes using both new and old APIs in the diff --git a/Source/NSCalendarDate.m b/Source/NSCalendarDate.m index 9bd38bd38..88907e02b 100644 --- a/Source/NSCalendarDate.m +++ b/Source/NSCalendarDate.m @@ -36,6 +36,7 @@ #include "Foundation/NSCoder.h" #include "Foundation/NSData.h" #include "Foundation/NSDate.h" +#include "Foundation/NSDictionary.h" #include "Foundation/NSDebug.h" #include "Foundation/NSException.h" #include "Foundation/NSObjCRuntime.h"