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/qscopedpointer_p.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/corelib/tools/qscopedpointer_p.h') diff --git a/src/corelib/tools/qscopedpointer_p.h b/src/corelib/tools/qscopedpointer_p.h index f74a3a7945..c1c44e7695 100644 --- a/src/corelib/tools/qscopedpointer_p.h +++ b/src/corelib/tools/qscopedpointer_p.h @@ -48,6 +48,8 @@ // We mean it. // +#include + #ifndef QSCOPEDPOINTER_P_H #define QSCOPEDPOINTER_P_H -- cgit v1.2.3