mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Include NSString.h
So that code including the NSPredicate header will know about NSString confirming to NSCopying. Reported by Bertrand Dekoninck git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39527 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ea5feec96c
commit
9cc4c939bb
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2016-03-11 Niels Grewe <niels.grewe@halbordnung.de>
|
||||
|
||||
* Headers/Foundation/NSPredicate.h:
|
||||
Include NSString.h so that we the header knows about NSString
|
||||
conforming to NSCopying.
|
||||
|
||||
2016-03-10 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/GNUstepBase/NSObject+GNUstepBase.h:
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSSet.h>
|
||||
#import <Foundation/NSString.h>
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in a new issue