Explorar el Código

VLCBoxController: add missing #ifdef follow up to a1e2e847

Carola Nitz hace 7 años
padre
commit
30b4156531
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 ()
 {