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/tools/qtimezoneprivate_data_p.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/corelib/tools/qtimezoneprivate_data_p.h') diff --git a/src/corelib/tools/qtimezoneprivate_data_p.h b/src/corelib/tools/qtimezoneprivate_data_p.h index b4e52af33a..6bbcb0e2cd 100644 --- a/src/corelib/tools/qtimezoneprivate_data_p.h +++ b/src/corelib/tools/qtimezoneprivate_data_p.h @@ -52,6 +52,8 @@ // We mean it. // +#include + QT_BEGIN_NAMESPACE /* -- cgit v1.2.3