(ObjC) Include <objc/objc-runtime.h>

This commit is contained in:
Twinaphex 2015-03-30 18:13:23 +02:00
parent 3da64fbebc
commit 76a0486f5e
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
#include "../../menu/menu.h"
#include "../../retroarch.h"
#include <objc/runtime.h>
#include <objc/objc-runtime.h>
static void* const associated_core_key = (void*)&associated_core_key;
id<RetroArch_Platform> apple_platform;

View File

@ -23,7 +23,7 @@
#include "../../input/input_common.h"
#include "../../input/input_keymaps.h"
#include <objc/runtime.h>
#include <compat/apple_compat.h>
static void* const associated_name_tag = (void*)&associated_name_tag;

View File

@ -43,6 +43,6 @@ typedef unsigned NSUInteger;
#import <GLKit/GLKit.h>
#import <Foundation/Foundation.h>
#include <objc/runtime.h>
#include <objc/objc-runtime.h>
#endif
#endif