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