소스 검색

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"