mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
11 lines
395 B
Objective-C
11 lines
395 B
Objective-C
--- ExtProgressIndicator.m.orig 2005-05-12 17:58:49.000000000 +0200
|
|
+++ ExtProgressIndicator.m 2008-05-03 09:35:27.000000000 +0200
|
|
@@ -21,6 +21,8 @@
|
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
*/
|
|
|
|
+#include <AppKit/NSAttributedString.h>
|
|
+#include <GNUstepGUI/GSTheme.h>
|
|
#include <AppKit/NSColor.h>
|
|
#include <AppKit/NSParagraphStyle.h>
|
|
#include <Foundation/Foundation.h>
|