Quellcode durchsuchen

VLCBoxController: add missing #ifdef follow up to a1e2e847

Carola Nitz vor 7 Jahren
Ursprung
Commit
30b4156531
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  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 ()
 {