Selaa lähdekoodia

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

(cherry picked from commit 83fe6b9b54c78b160492846a2557f00409f98628)
Felix Paul Kühne 9 vuotta sitten
vanhempi
commit
fad505beca
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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"