mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
* 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
This commit is contained in:
parent
8d5b623c24
commit
2fffab15b7
2 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue