Browse Source

VLCBoxController: add missing #ifdef follow up to a1e2e847

Carola Nitz 7 years ago
parent
commit
30b4156531
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Sources/VLCBoxController.m

+ 3 - 0
Sources/VLCBoxController.m

@@ -15,6 +15,9 @@
 #import "VLCPlaybackController.h"
 #import "VLCMediaFileDiscoverer.h"
 #import <XKKeychain/XKKeychainGenericPasswordItem.h>
+#if TARGET_OS_IOS
+#import "VLC_iOS-Swift.h"
+#endif
 
 @interface VLCBoxController ()
 {