From 2eb37e76f447258e13b38ff32e21a59a5c6e0072 Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Mon, 26 Sep 2022 16:05:10 +0200 Subject: [PATCH] qassert.h: Include qtcoreexports.h Else we cannot use Q_CORE_EXPORT Change-Id: I2ccb6a6a9abeaad1de8d541224e055f524d6d07b Reviewed-by: Thiago Macieira --- src/corelib/global/qassert.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/global/qassert.h b/src/corelib/global/qassert.h index 7e3deedccd6..c7ee13176a3 100644 --- a/src/corelib/global/qassert.h +++ b/src/corelib/global/qassert.h @@ -6,6 +6,7 @@ #include #include +#include #if 0 #pragma qt_class(QtAssert)