ソースを参照

VLCBoxController: add missing #ifdef follow up to a1e2e847

Carola Nitz 7 年 前
コミット
30b4156531
1 ファイル変更3 行追加0 行削除
  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 ()
 {