mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Fix BSONCodec.m includes
include objc.h instead of runtime.h so that it works on older gcc objc runtime
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#import "BSONCodec.h"
|
||||
#import <ctype.h>
|
||||
#import <string.h>
|
||||
#import <objc/runtime.h>
|
||||
#import <objc/objc.h>
|
||||
|
||||
#define BSONTYPE(tag,className) [className class], [NSNumber numberWithChar: (tag)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user