qassert.h: Include qtcoreexports.h

Else we cannot use Q_CORE_EXPORT

Change-Id: I2ccb6a6a9abeaad1de8d541224e055f524d6d07b
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Fabian Kosmale 2022-09-26 16:05:10 +02:00
parent 12ea707a89
commit 2eb37e76f4

View File

@ -6,6 +6,7 @@
#include <QtCore/qcompilerdetection.h>
#include <QtCore/qtconfigmacros.h>
#include <QtCore/qtcoreexports.h>
#if 0
#pragma qt_class(QtAssert)