mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Quick fix for compilation error
This commit is contained in:
parent
937c309c15
commit
ebc6eb99a3
1 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@
|
|||
*/
|
||||
|
||||
#import "config.h"
|
||||
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSBundle.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
|
@ -39,10 +40,10 @@
|
|||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSURL.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
|
||||
#import "AppKit/NSNib.h"
|
||||
#import "AppKit/NSNibLoading.h"
|
||||
#import "GNUstepGUI/GSModelLoaderFactory.h"
|
||||
#import "GSFastEnumeration.h"
|
||||
|
||||
@implementation NSBundle (NSBundleAdditions)
|
||||
+ (BOOL) loadNibFile: (NSString*)fileName
|
||||
|
|
Loading…
Reference in a new issue