fix missing declaration

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@39020 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2015-10-02 10:34:43 +00:00
parent 6101a48351
commit 33be15ea6c

View file

@ -29,6 +29,7 @@
typedef unsigned int NSUInteger;
#endif
@class NSMutableArray;
@class NSTimer;
/** This is the class for threads in the pool.<br />