NSProxy: Include <objc/message.h>

NSProxy uses objc_msg_lookup, which is defined in <objc/message.h>
This commit is contained in:
Frederik Carlier 2023-10-08 23:20:52 +02:00
parent ed77305f32
commit f92c46982d

View file

@ -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__