From acb07389f433a69bfbcc2c59fb46c0c100d76c33 Mon Sep 17 00:00:00 2001 From: pajlada Date: Tue, 30 Dec 2025 15:06:44 +0100 Subject: [PATCH] fix: qt 6.7 build on macOS (#6697) --- src/widgets/buttons/SignalLabel.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/widgets/buttons/SignalLabel.hpp b/src/widgets/buttons/SignalLabel.hpp index f5580cce..a11089b6 100644 --- a/src/widgets/buttons/SignalLabel.hpp +++ b/src/widgets/buttons/SignalLabel.hpp @@ -1,5 +1,8 @@ #pragma once +#include // IWYU: pragma keep - included before QFlags to fix a bug on macOS Qt 6.7 +// Keep this type_traits include above the QFlags include + #include #include #include