mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fixed NSNumberFormatter.h missing.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11484 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
aa5b3222b5
commit
1e832570a4
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-11-22 Laurent Julliard <Laurent.Julliard@xrce.xerox.com>
|
||||
|
||||
* Headers/gnustep/base/Foundation.h: Fixed NSNumberFormatter.h missing.
|
||||
|
||||
Thu Nov 22 00:52:57 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* GNUmakefile (CVS_MODULE_NAME): Define.
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
#include <Foundation/NSNotification.h>
|
||||
#include <Foundation/NSNotificationQueue.h>
|
||||
#include <Foundation/NSNull.h>
|
||||
#include <Foundation/NSNumberFormatter.h>
|
||||
#include <Foundation/NSPathUtilities.h>
|
||||
#include <Foundation/NSPortCoder.h>
|
||||
#include <Foundation/NSPortMessage.h>
|
||||
|
|
Loading…
Reference in a new issue