diff --git a/Headers/gnustep/gui/NSProgressIndicator.h b/Headers/gnustep/gui/NSProgressIndicator.h index bc09842a1..966ffae81 100644 --- a/Headers/gnustep/gui/NSProgressIndicator.h +++ b/Headers/gnustep/gui/NSProgressIndicator.h @@ -28,7 +28,14 @@ #define _GNUstep_H_NSProgressIndicator #include + +@class NSTimer; +@class NSThread; + +/* For NSControlTint */ #include + +/* For NSControlSize */ #include #define NSProgressIndicatorPreferredThickness 14