12 lines
369 B
Diff
12 lines
369 B
Diff
|
--- ./src/corelib/global/qendian.h.orig 2022-02-22 21:15:49.540478057 +0530
|
||
|
+++ ./src/corelib/global/qendian.h 2022-02-22 21:17:02.547543130 +0530
|
||
|
@@ -44,6 +44,8 @@
|
||
|
#include <QtCore/qfloat16.h>
|
||
|
#include <QtCore/qglobal.h>
|
||
|
|
||
|
+#include <limits>
|
||
|
+
|
||
|
// include stdlib.h and hope that it defines __GLIBC__ for glibc-based systems
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|