Add missing include for Q_ASSERT_X

Change-Id: Ic2a52c6fe1d8a8c17bd722ac7c59a0d715dc8555
Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>
(cherry picked from commit 5f72c822d06b30f2b7ae9fb845220e827a87730d)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Jonas Karlsson 2023-08-08 15:55:26 +02:00 committed by Qt Cherry-pick Bot
parent 3ea8e8aef0
commit b50d72a4cb

View File

@ -4,6 +4,7 @@
#ifndef QGLOBALSTATIC_H
#define QGLOBALSTATIC_H
#include <QtCore/qassert.h>
#include <QtCore/qatomic.h>
#include <QtCore/qtclasshelpermacros.h>