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:
thebeing 2016-03-11 11:29:43 +00:00
parent ea5feec96c
commit 9cc4c939bb
2 changed files with 7 additions and 0 deletions

View file

@ -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:

View file

@ -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" {