summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVille Voutilainen <ville.voutilainen@qt.io>2018-02-07 22:13:54 +0200
committerVille Voutilainen <ville.voutilainen@qt.io>2018-02-14 05:44:04 +0000
commitdfffb5299bf83b87607f28f55afaf3c404910f9f (patch)
tree9d607a96671a601967ac97c87df9180a12fcd6b6 /tests
parent517daa6e73fe6fd098741282bfb01cdac36c048a (diff)
Fix build failure of qftp tests
Without this fix, a fresh clean build of 5.9 will fail. Change-Id: I69e4da382b07cc6e5e280e99478cbc3d44aa3f27 Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/network/access/qftp/tst_qftp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/network/access/qftp/tst_qftp.cpp b/tests/auto/network/access/qftp/tst_qftp.cpp
index 44ae125d37..b58e9bf558 100644
--- a/tests/auto/network/access/qftp/tst_qftp.cpp
+++ b/tests/auto/network/access/qftp/tst_qftp.cpp
@@ -43,6 +43,7 @@
#include <QtNetwork/private/qnetworksession_p.h>
#include <QTcpServer>
#include <QHostInfo>
+#include <QTcpSocket>
#include "../../../network-settings.h"