mirror of
https://github.com/gnustep/libs-performance.git
synced 2025-06-04 02:20:58 +00:00
Import inttypes.h for pointer formatting
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@38169 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4f02e79f2e
commit
af798e503d
4 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2014-11-12 Riccardo Mottola <rm@gnu.org>
|
||||||
|
|
||||||
|
* GSThreadPool.m
|
||||||
|
* GSSkipMutableArray.m
|
||||||
|
* GSCache.m
|
||||||
|
Import inttypes.h for pointer formatting
|
||||||
|
|
||||||
2014-11-12 Riccardo Mottola <rm@gnu.org>
|
2014-11-12 Riccardo Mottola <rm@gnu.org>
|
||||||
|
|
||||||
* GSThreadPool.h
|
* GSThreadPool.h
|
||||||
|
|
|
@ -25,6 +25,8 @@
|
||||||
$Date$ $Revision$
|
$Date$ $Revision$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
#import <Foundation/NSArray.h>
|
#import <Foundation/NSArray.h>
|
||||||
#import <Foundation/NSAutoreleasePool.h>
|
#import <Foundation/NSAutoreleasePool.h>
|
||||||
#import <Foundation/NSData.h>
|
#import <Foundation/NSData.h>
|
||||||
|
|
|
@ -21,6 +21,8 @@
|
||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
#import <Foundation/NSDictionary.h>
|
#import <Foundation/NSDictionary.h>
|
||||||
#import <Foundation/NSException.h>
|
#import <Foundation/NSException.h>
|
||||||
#import <Foundation/NSValue.h>
|
#import <Foundation/NSValue.h>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#include <inttypes.h>
|
||||||
|
|
||||||
#import "GSLinkedList.h"
|
#import "GSLinkedList.h"
|
||||||
#import "GSThreadPool.h"
|
#import "GSThreadPool.h"
|
||||||
#import <Foundation/NSAutoreleasePool.h>
|
#import <Foundation/NSAutoreleasePool.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue