Skip to content

Commit 7988606

Browse files
committed
WTF: fixed objc runtime header
1 parent 8e88cac commit 7988606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WTF/wtf/Functional.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
#if PLATFORM(MAC) && COMPILER_SUPPORTS(BLOCKS)
3535
#include <Block.h>
36-
#include <objc/objc-runtime.h>
36+
#include <objc/message.h>
3737
#endif
3838

3939
namespace WTF {

0 commit comments

Comments
 (0)