mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
NSObject: Include <objc/message.h>
NSObject uses objc_msg_lookup, which is defined in message.h
This commit is contained in:
parent
531d3b8559
commit
ed77305f32
1 changed files with 1 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"
|
||||
|
|
Loading…
Reference in a new issue