Selaa lähdekoodia

VLCBoxController: add missing #ifdef follow up to a1e2e847

Carola Nitz 7 vuotta sitten
vanhempi
commit
30b4156531
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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 ()
 {