ports/devel/projectmanager/files/patch-ProjectCreator.m
2010-05-23 20:51:27 +00:00

11 lines
386 B
Objective-C

--- ProjectCreator.m.orig 2006-07-09 16:11:43.000000000 +0200
+++ ProjectCreator.m 2010-05-23 06:01:30.000000000 +0200
@@ -27,6 +27,8 @@
#import <Foundation/NSUserDefaults.h>
#import <Foundation/NSNotification.h>
#import <Foundation/NSError.h>
+#import <Foundation/NSProcessInfo.h>
+#import <Foundation/NSPathUtilities.h>
#import <AppKit/NSOpenPanel.h>
#import <AppKit/NSView.h>