applemedia: always include <Foundation/Foundation.h>
authorAlessandro Decina <alessandro.d@gmail.com>
Sat, 14 Dec 2013 12:30:01 +0000 (13:30 +0100)
committerAlessandro Decina <alessandro.d@gmail.com>
Sat, 14 Dec 2013 12:30:01 +0000 (13:30 +0100)
Fixes compilation with newest xcode.

sys/applemedia/plugin.m

index cf96b6a..e4fe9e3 100644 (file)
 # include <config.h>
 #endif
 
+#include <Foundation/Foundation.h>
 #ifdef HAVE_IOS
 #include "iosassetsrc.h"
 #else
 #include "qtkitvideosrc.h"
 #endif
 #ifdef HAVE_AVFOUNDATION
-#include <Foundation/Foundation.h>
 #include "avfvideosrc.h"
 #endif
 #include "vth264decbin.h"