Browse Source

Compilation fix

Felix Paul Kühne 12 years ago
parent
commit
9b86e92e04
1 changed files with 1 additions and 0 deletions
  1. 1 0
      AspenProject/VLCPlaylistGridView.m

+ 1 - 0
AspenProject/VLCPlaylistGridView.m

@@ -8,6 +8,7 @@
 
 #import "VLCPlaylistGridView.h"
 #import "VLCAppDelegate.h"
+#import "AQGridView.h"
 
 @interface VLCPlaylistGridView (Hack)
 @property (nonatomic, retain) NSString *reuseIdentifier;