fix: qt 6.7 build on macOS (#6697)

This commit is contained in:
pajlada
2025-12-30 15:06:44 +01:00
committed by GitHub
parent ee74d658f6
commit acb07389f4
+3
View File
@@ -1,5 +1,8 @@
#pragma once
#include <type_traits> // 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 <QFlags>
#include <QLabel>
#include <QMouseEvent>