Skip to content

Commit

Permalink
Allow PitchColor
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Jan 28, 2024
1 parent 95ed13e commit 8cee360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Tonic/PitchColor.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright AudioKit. All Rights Reserved. Revision History at http://github.com/AudioKit/Tonic/

// CoreGraphics is not available on Linux.
#if os(macOS) || os(iOS)
#if os(macOS) || os(iOS) || os(visionOS)
import CoreGraphics

/// Pitch represented as color.
Expand Down

0 comments on commit 8cee360

Please sign in to comment.