Skip to content

Commit

Permalink
Added missing imports (Fixes #250)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgindi committed Jul 29, 2015
1 parent a59184f commit ab9f230
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Charts/Classes/Highlight/BarChartHighlighter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//

import Foundation
import CoreGraphics

internal class BarChartHighlighter: ChartHighlighter
{
Expand Down
1 change: 1 addition & 0 deletions Charts/Classes/Highlight/ChartHighlighter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//

import Foundation
import CoreGraphics

internal class ChartHighlighter
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//

import Foundation
import CoreGraphics

internal class HorizontalBarChartHighlighter: BarChartHighlighter
{
Expand Down

0 comments on commit ab9f230

Please sign in to comment.