Skip to content

Commit

Permalink
Add missing UIKit
Browse files Browse the repository at this point in the history
Importing this class into an iOS 7 project raised an error for unresolved
identifier `CGFloat`.

This patch fixes [this bug](ChartsOrg/Charts#19).
  • Loading branch information
rcblue committed Apr 10, 2015
1 parent 0ce8940 commit 815cd65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Charts/Classes/Components/ChartXAxis.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//

import Foundation
import UIKit

public class ChartXAxis: ChartAxisBase
{
Expand Down

0 comments on commit 815cd65

Please sign in to comment.