瀏覽代碼

VLCMediaPlayer: add potentially missing include for iPhone OS (closes #9)

(cherry picked from commit 83fe6b9b54c78b160492846a2557f00409f98628)
Felix Paul Kühne 9 年之前
父節點
當前提交
fad505beca
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Headers/Public/VLCMediaPlayer.h

+ 1 - 0
Headers/Public/VLCMediaPlayer.h

@@ -27,6 +27,7 @@
 #import <Foundation/Foundation.h>
 #if TARGET_OS_IPHONE
 # import <CoreGraphics/CoreGraphics.h>
+# import <UIKit/UIKit.h>
 #endif
 #import "VLCMedia.h"
 #import "VLCTime.h"