Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Fix build error in Xcode 9b1 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrh-is authored and nlutsenko committed Jun 21, 2017
1 parent 09be0e5 commit 1ee5648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FBKVOController/FBKVOController.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#import "FBKVOController.h"

#import <objc/message.h>
#import <pthread/pthread.h>
#import <pthread.h>

#if !__has_feature(objc_arc)
#error This file must be compiled with ARC. Convert your project to ARC or specify the -fobjc-arc flag.
Expand Down

0 comments on commit 1ee5648

Please sign in to comment.