summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/oauth/qabstractoauth2.cpp2
-rw-r--r--src/oauth/qabstractoauthreplyhandler.cpp2
-rw-r--r--src/oauth/qoauth1.cpp2
-rw-r--r--src/oauth/qoauthhttpserverreplyhandler.cpp2
4 files changed, 8 insertions, 0 deletions
diff --git a/src/oauth/qabstractoauth2.cpp b/src/oauth/qabstractoauth2.cpp
index a3cbc04..96d338d 100644
--- a/src/oauth/qabstractoauth2.cpp
+++ b/src/oauth/qabstractoauth2.cpp
@@ -27,6 +27,8 @@
**
****************************************************************************/
+#include <QtNetwork/qtnetwork-config.h>
+
#ifndef QT_NO_HTTP
#include <qabstractoauth2.h>
diff --git a/src/oauth/qabstractoauthreplyhandler.cpp b/src/oauth/qabstractoauthreplyhandler.cpp
index b37dffc..7a87ac4 100644
--- a/src/oauth/qabstractoauthreplyhandler.cpp
+++ b/src/oauth/qabstractoauthreplyhandler.cpp
@@ -27,6 +27,8 @@
**
****************************************************************************/
+#include <QtNetwork/qtnetwork-config.h>
+
#ifndef QT_NO_HTTP
#include "qabstractoauthreplyhandler.h"
diff --git a/src/oauth/qoauth1.cpp b/src/oauth/qoauth1.cpp
index 928418e..9713a30 100644
--- a/src/oauth/qoauth1.cpp
+++ b/src/oauth/qoauth1.cpp
@@ -27,6 +27,8 @@
**
****************************************************************************/
+#include <QtNetwork/qtnetwork-config.h>
+
#ifndef QT_NO_HTTP
#include "qoauth1.h"
diff --git a/src/oauth/qoauthhttpserverreplyhandler.cpp b/src/oauth/qoauthhttpserverreplyhandler.cpp
index f07df96..dca4671 100644
--- a/src/oauth/qoauthhttpserverreplyhandler.cpp
+++ b/src/oauth/qoauthhttpserverreplyhandler.cpp
@@ -27,6 +27,8 @@
**
****************************************************************************/
+#include <QtNetwork/qtnetwork-config.h>
+
#ifndef QT_NO_HTTP
#include <qabstractoauth.h>