Skip to content

Commit

Permalink
Merge pull request #146 from liuxuan30/master
Browse files Browse the repository at this point in the history
Add missing import for CoreGraphics
  • Loading branch information
danielgindi committed Jun 11, 2015
2 parents 685eb8f + 7dd7dde commit 50af09c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Charts/Classes/Charts/BubbleChartView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
//

import Foundation
import CoreGraphics

public class BubbleChartView: BarLineChartViewBase, BubbleChartRendererDelegate
{
Expand Down

0 comments on commit 50af09c

Please sign in to comment.