Include <QHash> explicitly
Not relying on some implicit include coming from other include. Pick-to: 6.2 5.15 Fixes: QTBUG-96621 Change-Id: I11f6a20e98871eacee51ad723c484f25916c2882 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>bb10
parent
9a6c653eaf
commit
f2de001d84
|
|
@ -55,6 +55,8 @@
|
|||
#include <MoltenVK/mvk_vulkan.h>
|
||||
#endif
|
||||
|
||||
#include <QHash>
|
||||
|
||||
Q_FORWARD_DECLARE_OBJC_CLASS(NSWindow);
|
||||
Q_FORWARD_DECLARE_OBJC_CLASS(NSView);
|
||||
Q_FORWARD_DECLARE_OBJC_CLASS(NSCursor);
|
||||
|
|
|
|||
Loading…
Reference in New Issue