* Source/NSCalendarDate.m: Add excplicit include of NSDictionary.h.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25657 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
ayers 2007-12-02 20:18:47 +00:00
parent 4a538367ee
commit 720060a700
2 changed files with 4 additions and 1 deletions

View file

@ -9,12 +9,14 @@
([+initialize]): Initialize new cache. ([+initialize]): Initialize new cache.
([-compare]): Test for all subclasses instead of only NSDecimalNumber ([-compare]): Test for all subclasses instead of only NSDecimalNumber
instances. instances.
* Source/NSCalendarDate.m: Add explicit include of NSDictionary.h.
2007-11-30 Richard Frith-Macdonald <rfm@gnu.org> 2007-11-30 Richard Frith-Macdonald <rfm@gnu.org>
* Tools/gdomap.h: fix typo * Tools/gdomap.h: fix typo
2007-11-29 Marcus Muller <znek@mulle-kybernetik.com 2007-11-29 Marcus Muller <znek@mulle-kybernetik.com>
* Source/NSKeyValueCoding.m: Make backward compatibility work with * Source/NSKeyValueCoding.m: Make backward compatibility work with
situations where we have classes using both new and old APIs in the situations where we have classes using both new and old APIs in the

View file

@ -36,6 +36,7 @@
#include "Foundation/NSCoder.h" #include "Foundation/NSCoder.h"
#include "Foundation/NSData.h" #include "Foundation/NSData.h"
#include "Foundation/NSDate.h" #include "Foundation/NSDate.h"
#include "Foundation/NSDictionary.h"
#include "Foundation/NSDebug.h" #include "Foundation/NSDebug.h"
#include "Foundation/NSException.h" #include "Foundation/NSException.h"
#include "Foundation/NSObjCRuntime.h" #include "Foundation/NSObjCRuntime.h"