瀏覽代碼

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 ()
 {