Browse Source

VLCMiniPlaybackView: compilation fix

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Pierre SAGASPE 10 years ago
parent
commit
505ba54fa3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Sources/VLCMiniPlaybackView.m

+ 1 - 0
Sources/VLCMiniPlaybackView.m

@@ -15,6 +15,7 @@
 #import "VLCAppDelegate.h"
 #import "VLCAppDelegate.h"
 #import "VLCPlaylistViewController.h"
 #import "VLCPlaylistViewController.h"
 #import "VLCPlayerDisplayController.h"
 #import "VLCPlayerDisplayController.h"
+#import "VLCKeychainCoordinator.h"
 
 
 @interface VLCMiniPlaybackView () <VLCPlaybackControllerDelegate, UIGestureRecognizerDelegate>
 @interface VLCMiniPlaybackView () <VLCPlaybackControllerDelegate, UIGestureRecognizerDelegate>
 {
 {