From 5605c5a32f36ce0dcc30e435afbbbc7047a086a3 Mon Sep 17 00:00:00 2001 From: Juha Vuolle Date: Tue, 5 Mar 2024 14:51:58 +0200 Subject: [PATCH] Add include for QT_CONFIG To not rely on transitive includes. Change-Id: I116483f94bba4a6edb0a78941da676b1a3e6e1bd Reviewed-by: Ahmad Samir (cherry picked from commit a83248dd9fe9831c72c1781f465b74b6214832a5) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/global/qfloat16.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/global/qfloat16.h b/src/corelib/global/qfloat16.h index d0765b75b5f..d575979cd81 100644 --- a/src/corelib/global/qfloat16.h +++ b/src/corelib/global/qfloat16.h @@ -10,6 +10,7 @@ #include #include #include +#include #include #include