Skip to content

Commit

Permalink
Add #import "BMScript.h" to PBSourceViewItem since it needs it for de…
Browse files Browse the repository at this point in the history
…bugDescription.
  • Loading branch information
andreberg committed Apr 5, 2010
1 parent 8ddcc6c commit f87cfa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PBSourceViewItem.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#import "PBSourceViewItem.h"
#import "PBSourceViewItems.h"
#import "PBGitRef.h"
#import "BMScript.h"

@implementation PBSourceViewItem
@synthesize parent, title, isGroupItem, children, revSpecifier, isUncollapsible;
Expand Down

0 comments on commit f87cfa6

Please sign in to comment.