Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 752012 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
diff --git a/src/corelib/codecs/qtextcodec.cpp b/src/corelib/codecs/qtextcodec.cpp
diff --git a/src/corelib/codecs/qtextcodec.cpp b/src/corelib/codecs/qtextcodec.cpp
1
-- a/src/corelib/codecs/qtextcodec.cpp
1
++ b/src/corelib/codecs/qtextcodec.cpp
Lines 38-43 Link Here
38
**
38
**
39
****************************************************************************/
39
****************************************************************************/
40
40
41
#include <limits>
41
#include "qplatformdefs.h"
42
#include "qplatformdefs.h"
42
43
43
#include "qtextcodec.h"
44
#include "qtextcodec.h"
(-)a/src/corelib/codecs/qutfcodec.cpp (+2 lines)
Lines 38-43 Link Here
38
**
38
**
39
****************************************************************************/
39
****************************************************************************/
40
40
41
#include <limits>
42
41
#include "qutfcodec_p.h"
43
#include "qutfcodec_p.h"
42
#include "qlist.h"
44
#include "qlist.h"
43
#include "qendian.h"
45
#include "qendian.h"
(-)a/src/corelib/global/qendian.cpp (+1 lines)
Lines 38-43 Link Here
38
**
38
**
39
****************************************************************************/
39
****************************************************************************/
40
40
41
#include <limits>
41
#include "qendian.h"
42
#include "qendian.h"
42
43
43
#include "qalgorithms.h"
44
#include "qalgorithms.h"
(-)a/src/corelib/global/qfloat16.cpp (+1 lines)
Lines 38-43 Link Here
38
**
38
**
39
****************************************************************************/
39
****************************************************************************/
40
40
41
#include <limits>
41
#include "qfloat16.h"
42
#include "qfloat16.h"
42
#include "private/qsimd_p.h"
43
#include "private/qsimd_p.h"
43
#include <cmath> // for fpclassify()'s return values
44
#include <cmath> // for fpclassify()'s return values
(-)a/src/corelib/global/qrandom.cpp (+1 lines)
Lines 40-45 Link Here
40
// for rand_s
40
// for rand_s
41
#define _CRT_RAND_S
41
#define _CRT_RAND_S
42
42
43
#include <limits>
43
#include "qrandom.h"
44
#include "qrandom.h"
44
#include "qrandom_p.h"
45
#include "qrandom_p.h"
45
#include <qobjectdefs.h>
46
#include <qobjectdefs.h>
(-)a/src/corelib/plugin/qelfparser_p.cpp (+1 lines)
Lines 37-42 Link Here
37
**
37
**
38
****************************************************************************/
38
****************************************************************************/
39
39
40
#include <limits>
40
#include "qelfparser_p.h"
41
#include "qelfparser_p.h"
41
42
42
#if defined (Q_OF_ELF) && defined(Q_CC_GNU)
43
#if defined (Q_OF_ELF) && defined(Q_CC_GNU)
(-)a/src/corelib/plugin/qmachparser.cpp (+2 lines)
Lines 37-42 Link Here
37
**
37
**
38
****************************************************************************/
38
****************************************************************************/
39
39
40
#include <limits>
41
40
#include "qmachparser_p.h"
42
#include "qmachparser_p.h"
41
43
42
#if defined(Q_OF_MACH_O)
44
#if defined(Q_OF_MACH_O)
(-)a/src/corelib/plugin/quuid.cpp (+1 lines)
Lines 38-43 Link Here
38
**
38
**
39
****************************************************************************/
39
****************************************************************************/
40
40
41
#include <limits>
41
#include "quuid.h"
42
#include "quuid.h"
42
43
43
#include "qcryptographichash.h"
44
#include "qcryptographichash.h"
(-)a/src/corelib/serialization/qdatastream.cpp (+2 lines)
Lines 40-45 Link Here
40
#include "qdatastream.h"
40
#include "qdatastream.h"
41
#include "qdatastream_p.h"
41
#include "qdatastream_p.h"
42
42
43
#include <limits>
44
43
#if !defined(QT_NO_DATASTREAM) || defined(QT_BOOTSTRAPPED)
45
#if !defined(QT_NO_DATASTREAM) || defined(QT_BOOTSTRAPPED)
44
#include "qbuffer.h"
46
#include "qbuffer.h"
45
#include "qfloat16.h"
47
#include "qfloat16.h"
(-)a/src/corelib/text/qbytearray.cpp (+1 lines)
Lines 39-44 Link Here
39
**
39
**
40
****************************************************************************/
40
****************************************************************************/
41
41
42
#include <limits>
42
#include "qbytearray.h"
43
#include "qbytearray.h"
43
#include "qbytearraymatcher.h"
44
#include "qbytearraymatcher.h"
44
#include "private/qtools_p.h"
45
#include "private/qtools_p.h"
(-)a/src/corelib/text/qbytearraymatcher.cpp (+1 lines)
Lines 37-42 Link Here
37
**
37
**
38
****************************************************************************/
38
****************************************************************************/
39
39
40
#include <limits>
40
#include "qbytearraymatcher.h"
41
#include "qbytearraymatcher.h"
41
42
42
#include <limits.h>
43
#include <limits.h>
(-)a/src/corelib/tools/qbitarray.cpp (+1 lines)
Lines 38-43 Link Here
38
**
38
**
39
****************************************************************************/
39
****************************************************************************/
40
40
41
#include <limits>
41
#include "qbitarray.h"
42
#include "qbitarray.h"
42
#include <qalgorithms.h>
43
#include <qalgorithms.h>
43
#include <qdatastream.h>
44
#include <qdatastream.h>
(-)a/src/corelib/tools/qcryptographichash.cpp (+1 lines)
Lines 38-43 Link Here
38
**
38
**
39
****************************************************************************/
39
****************************************************************************/
40
40
41
#include <limits>
41
#include <qcryptographichash.h>
42
#include <qcryptographichash.h>
42
#include <qiodevice.h>
43
#include <qiodevice.h>
43
44
(-)a/src/gui/text/qfontengine_qpf2.cpp (+1 lines)
Lines 37-42 Link Here
37
**
37
**
38
****************************************************************************/
38
****************************************************************************/
39
39
40
#include <limits>
40
#include "qfontengine_qpf2_p.h"
41
#include "qfontengine_qpf2_p.h"
41
42
42
#include <QtCore/QFile>
43
#include <QtCore/QFile>
43
44

Return to bug 752012