diff options
author | Ville Voutilainen <ville.voutilainen@qt.io> | 2018-02-07 22:13:54 +0200 |
---|---|---|
committer | Ville Voutilainen <ville.voutilainen@qt.io> | 2018-02-14 05:44:04 +0000 |
commit | dfffb5299bf83b87607f28f55afaf3c404910f9f (patch) | |
tree | 9d607a96671a601967ac97c87df9180a12fcd6b6 | |
parent | 517daa6e73fe6fd098741282bfb01cdac36c048a (diff) | |
download | qtbase-dfffb5299bf83b87607f28f55afaf3c404910f9f.tar.gz |
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>
-rw-r--r-- | tests/auto/network/access/qftp/tst_qftp.cpp | 1 |
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" |