We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938b2a2 commit fa3d278Copy full SHA for fa3d278
Sources/Prometheus/Utils.swift
@@ -1,5 +1,9 @@
1
import Foundation
2
3
+#if os(iOS) || os(watchOS) || os(tvOS)
4
+import CoreGraphics
5
+#endif
6
+
7
/// Empty labels class
8
public struct EmptyLabels: MetricLabels {
9
/// Creates empty labels
0 commit comments