mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
* 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:
parent
4dc6d57181
commit
18e2a06aa7
2 changed files with 4 additions and 1 deletions
|
@ -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 <rfm@gnu.org>
|
||||
|
||||
* 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
|
||||
situations where we have classes using both new and old APIs in the
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue