From 8e261ac756132baeb857fb15013cde126ffa22cc Mon Sep 17 00:00:00 2001 From: Glen Mabey Date: Fri, 7 Feb 2014 08:53:27 -0600 Subject: [PATCH] Added #include "qnumeric.h" to qglobal.h Including qnumeric.h causes QtGlobal to have all of the functions that the documentation indicates that it brings. Task-number: QTBUG-36715 Change-Id: Ib08ccc18a85dfe4ecd18ef1dfbfec3e90ab8ec2c Reviewed-by: Oswald Buddenhagen Reviewed-by: Thiago Macieira --- src/corelib/global/qglobal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index cd3b0fe71cf..cd7899021da 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -1042,6 +1042,7 @@ QT_END_NAMESPACE #include #include #include +#include #endif /* __cplusplus */