summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/oauth/qabstractoauthreplyhandler_p.h1
-rw-r--r--src/oauth/qoauth1signature_p.h3
2 files changed, 3 insertions, 1 deletions
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 <QtCore/qloggingcategory.h>
+#include <QtCore/private/qglobal_p.h>
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 <QtCore/qstring.h>
#include <QtCore/qvariant.h>
#include <QtCore/qshareddata.h>
+#include <QtCore/private/qglobal_p.h>
QT_BEGIN_NAMESPACE