summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobalstatic.h
diff options
context:
space:
mode:
authorJonas Karlsson <jonas.karlsson@qt.io>2023-08-08 15:55:26 +0200
committerJonas Karlsson <jonas.karlsson@qt.io>2023-08-09 21:31:58 +0000
commit5f72c822d06b30f2b7ae9fb845220e827a87730d (patch)
tree455b4f3ae3d4d7b3a2b09663da6cf7fd6abb19b6 /src/corelib/global/qglobalstatic.h
parent931668955157fad787fd2a29b9b6b0d5f1d1ee9d (diff)
Add missing include for Q_ASSERT_X
Pick-to: 6.5 6.6 Change-Id: Ic2a52c6fe1d8a8c17bd722ac7c59a0d715dc8555 Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>
Diffstat (limited to 'src/corelib/global/qglobalstatic.h')
-rw-r--r--src/corelib/global/qglobalstatic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/global/qglobalstatic.h b/src/corelib/global/qglobalstatic.h
index 3f626e88c1..9c0e9c97b2 100644
--- a/src/corelib/global/qglobalstatic.h
+++ b/src/corelib/global/qglobalstatic.h
@@ -4,6 +4,7 @@
#ifndef QGLOBALSTATIC_H
#define QGLOBALSTATIC_H
+#include <QtCore/qassert.h>
#include <QtCore/qatomic.h>
#include <QtCore/qtclasshelpermacros.h>