From 33be15ea6c3b227e4ca637e657f6a924a0de2865 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Fri, 2 Oct 2015 10:34:43 +0000 Subject: [PATCH] fix missing declaration git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/performance/trunk@39020 72102866-910b-0410-8b05-ffd578937521 --- GSIOThreadPool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/GSIOThreadPool.h b/GSIOThreadPool.h index 258744b..3963e8e 100644 --- a/GSIOThreadPool.h +++ b/GSIOThreadPool.h @@ -29,6 +29,7 @@ typedef unsigned int NSUInteger; #endif +@class NSMutableArray; @class NSTimer; /** This is the class for threads in the pool.