mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Merge pull request #333 from qmfrederik/fixes/objc-includes
Add missing includes for `objc_msg_lookup` in `NSObject.m` and `NSProxy.m`
This commit is contained in:
commit
7924d3a08f
2 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
|
||||
#import "common.h"
|
||||
#include <objc/Protocol.h>
|
||||
#include <objc/message.h>
|
||||
#import "Foundation/NSMethodSignature.h"
|
||||
#import "Foundation/NSInvocation.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
|
|
|
@ -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