xM: fix build regression
This commit is contained in:
parent
a22baa4b55
commit
21095a11d6
|
@ -3,6 +3,9 @@
|
||||||
// Copyright (c) 2023, Přemysl Eric Janouch <p@janouch.name>
|
// Copyright (c) 2023, Přemysl Eric Janouch <p@janouch.name>
|
||||||
// SPDX-License-Identifier: 0BSD
|
// SPDX-License-Identifier: 0BSD
|
||||||
//
|
//
|
||||||
|
// As an odd regression, AppKit may be necessary for JIT linking.
|
||||||
|
import AppKit
|
||||||
|
|
||||||
// NSGraphicsContext mostly just weirdly wraps over Quartz,
|
// NSGraphicsContext mostly just weirdly wraps over Quartz,
|
||||||
// so we do it all in Quartz directly.
|
// so we do it all in Quartz directly.
|
||||||
import CoreGraphics
|
import CoreGraphics
|
||||||
|
|
Loading…
Reference in New Issue