Skip to content

Commit

Permalink
Add missing imports for iOS 7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSit authored Jul 1, 2016
1 parent 1b60553 commit 7eb5810
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Charts/Classes/Utils/ChartSelectionDetail.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//

import Foundation
import CoreGraphics.CGBase

public class ChartSelectionDetail: NSObject
{
Expand Down Expand Up @@ -134,4 +135,4 @@ public func ==(lhs: ChartSelectionDetail, rhs: ChartSelectionDetail) -> Bool
}

return true
}
}

0 comments on commit 7eb5810

Please sign in to comment.