mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Import NSString.h to fix issue that occurs in libs-gui/Source/NSFontAssetRequest.m -- fix suggested by @triplef
This commit is contained in:
parent
6de8384ea5
commit
cc38f2f4a1
1 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
|||
|
||||
#import <GNUstepBase/GSVersionMacros.h>
|
||||
#import <Foundation/NSObject.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <GNUstepBase/GSBlocks.h>
|
||||
|
||||
#if defined(__cplusplus)
|
||||
|
@ -35,7 +36,7 @@ extern "C" {
|
|||
|
||||
@class GS_GENERIC_CLASS(NSArray, ElementT);
|
||||
@class GS_GENERIC_CLASS(NSDictionary, KeyT:id<NSCopying>, ValT);
|
||||
@class NSString, NSNumber, NSURL, NSProgress;
|
||||
@class NSNumber, NSURL, NSProgress;
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue