From 5f72c822d06b30f2b7ae9fb845220e827a87730d Mon Sep 17 00:00:00 2001 From: Jonas Karlsson Date: Tue, 8 Aug 2023 15:55:26 +0200 Subject: [PATCH] Add missing include for Q_ASSERT_X Pick-to: 6.5 6.6 Change-Id: Ic2a52c6fe1d8a8c17bd722ac7c59a0d715dc8555 Reviewed-by: Ievgenii Meshcheriakov --- src/corelib/global/qglobalstatic.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/global/qglobalstatic.h b/src/corelib/global/qglobalstatic.h index 3f626e88c15..9c0e9c97b29 100644 --- a/src/corelib/global/qglobalstatic.h +++ b/src/corelib/global/qglobalstatic.h @@ -4,6 +4,7 @@ #ifndef QGLOBALSTATIC_H #define QGLOBALSTATIC_H +#include #include #include