diff --git a/.travis.yml b/.travis.yml index 07687a2ce..ff7b84022 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ ---- language: objective-c +osx_image: xcode7 +before_install: + - curl -sL https://gist.github.com/henrikhodne/7ac6d02ff9a24a94720c/raw/install_appledoc.sh | sh + install: - sudo easy_install cpp-coveralls diff --git a/Core/Source/CTLineUtils.h b/Core/Source/CTLineUtils.h index db56c7168..3b0551351 100644 --- a/Core/Source/CTLineUtils.h +++ b/Core/Source/CTLineUtils.h @@ -6,5 +6,7 @@ // Copyright 2015. All rights reserved. // +#import + BOOL areLinesEqual(CTLineRef line1, CTLineRef line2); -CFIndex getTruncationIndex(CTLineRef line, CTLineRef trunc); \ No newline at end of file +CFIndex getTruncationIndex(CTLineRef line, CTLineRef trunc);