Skip to content

Commit

Permalink
Merge pull request #94 from robbiehanson/xcode_9.3
Browse files Browse the repository at this point in the history
Fix compilation issue with Xcode 9.3
  • Loading branch information
chrisballinger authored Jan 29, 2018
2 parents dd8e4fc + 2484206 commit 59cfc5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KissXML/DDXMLDocument.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#import "DDXMLPrivate.h"
#import "NSString+DDXML.h"
#import <libxml/parser.h>

#if ! __has_feature(objc_arc)
#warning This file must be compiled with ARC. Use -fobjc-arc flag (or convert project to ARC).
Expand Down

0 comments on commit 59cfc5c

Please sign in to comment.