From 821b9032e806c648576f9eb9e2f2bc38c725cfc3 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 11 Feb 2022 11:34:22 -0800 Subject: Make sure all private headers include at least one other See script in qtbase/util/includeprivate for the rules. Since these files are being touched anyway, I also ran the updatecopyright.pl script too. Change-Id: Ib056b47dde3341ef9a52ffff13ef677e471674b6 Reviewed-by: Edward Welbourne Reviewed-by: Lars Knoll --- src/oauth/qabstractoauthreplyhandler_p.h | 1 + src/oauth/qoauth1signature_p.h | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/oauth/qabstractoauthreplyhandler_p.h b/src/oauth/qabstractoauthreplyhandler_p.h index 2e93f46..12a1344 100644 --- a/src/oauth/qabstractoauthreplyhandler_p.h +++ b/src/oauth/qabstractoauthreplyhandler_p.h @@ -42,6 +42,7 @@ #define QABSTRACTOAUTHREPLYHANDLER_P_H #include +#include Q_DECLARE_LOGGING_CATEGORY(lcReplyHandler) diff --git a/src/oauth/qoauth1signature_p.h b/src/oauth/qoauth1signature_p.h index b86218c..d2c212f 100644 --- a/src/oauth/qoauth1signature_p.h +++ b/src/oauth/qoauth1signature_p.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2017 The Qt Company Ltd. +** Copyright (C) 2020 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Network Auth module of the Qt Toolkit. @@ -47,6 +47,7 @@ #include #include #include +#include QT_BEGIN_NAMESPACE -- cgit v1.2.3