From 59c3670b63b6e97dac6115a0819e6c412d3f7888 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 15 Jun 2016 14:04:53 +0200 Subject: Make sure all private headers in Qt Core include qglobal_p.h The rule was: - if the header included qglobal.h, turn that into qglobal_p.h - otherwise, insert the #include after the "We mean it" warning qglobal_p.h currently only includes qglobal.h. Change-Id: Ib056b47dde3341ef9a52ffff13ef677e471674b7 Reviewed-by: Thiago Macieira Reviewed-by: Lars Knoll --- src/corelib/codecs/qsimplecodec_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/corelib/codecs/qsimplecodec_p.h') diff --git a/src/corelib/codecs/qsimplecodec_p.h b/src/corelib/codecs/qsimplecodec_p.h index d45cf2377f..d268a9f5b8 100644 --- a/src/corelib/codecs/qsimplecodec_p.h +++ b/src/corelib/codecs/qsimplecodec_p.h @@ -51,6 +51,7 @@ // We mean it. // +#include #include "QtCore/qtextcodec.h" QT_BEGIN_NAMESPACE -- cgit v1.2.3