mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add missing import for NSByteCountFormatter into Foundation.h
This commit is contained in:
parent
7424bd5884
commit
68bac0b3b1
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2021-06-02 Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Headers/Foundation/Foundation.h: Add missing import for
|
||||
NSByteCountFormatter.
|
||||
|
||||
2021-05-19 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/win32/GSFileHandle.m:
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
#import <Foundation/NSAutoreleasePool.h>
|
||||
#import <Foundation/NSBackgroundActivityScheduler.h>
|
||||
#import <Foundation/NSBundle.h>
|
||||
#import <Foundation/NSByteCountFormatter.h>
|
||||
#import <Foundation/NSByteOrder.h>
|
||||
#import <Foundation/NSCache.h>
|
||||
#import <Foundation/NSCalendar.h>
|
||||
|
|
Loading…
Reference in a new issue