mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
NSProxy: Include <objc/message.h>
NSProxy uses objc_msg_lookup, which is defined in <objc/message.h>
This commit is contained in:
parent
ed77305f32
commit
f92c46982d
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
#import "Foundation/NSHashTable.h"
|
||||
#import "Foundation/NSDistantObject.h"
|
||||
#import "Foundation/NSPortCoder.h"
|
||||
#include <objc/message.h>
|
||||
|
||||
// Get objc_delete_weak_refs(), if it is present in the runtime.
|
||||
#ifdef __GNUSTEP_RUNTIME__
|
||||
|
|
Loading…
Reference in a new issue