mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix missing NSString include
This commit is contained in:
parent
f2e8385c3f
commit
d5403bbaaa
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#include <Foundation/NSError.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSURL.h>
|
||||
#include <Foundation/NSString.h>
|
||||
|
||||
@implementation NSExtensionContext
|
||||
|
||||
|
|
Loading…
Reference in a new issue