From e87171a63efbb1ccac77ec560e68e013a2b2c2d1 Mon Sep 17 00:00:00 2001 From: wheaney <42350981+wheaney@users.noreply.github.com> Date: Thu, 12 Feb 2026 08:53:31 -0800 Subject: [PATCH] Attempt to fix build issue --- kwin/src/breezydesktopeffect.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kwin/src/breezydesktopeffect.h b/kwin/src/breezydesktopeffect.h index 9be5552..cae4be4 100644 --- a/kwin/src/breezydesktopeffect.h +++ b/kwin/src/breezydesktopeffect.h @@ -17,6 +17,8 @@ class QTimer; namespace KWin { + class Output; + class BreezyDesktopEffect : public QuickSceneEffect { Q_OBJECT