summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-02-17 17:42:12 +0100
committerEdward Welbourne <edward.welbourne@qt.io>2020-02-18 10:44:21 +0100
commitab0d58ef0a2cd21eab7dc612004e416d3d55a78e (patch)
tree37518641f59afb51ca2c5a0d45939274e876410b
parent8152dd60c072e6ff9c48e64bbdaad01dfc2915f1 (diff)
Add missing #include for QTcpSocketv5.15.0-beta4v5.15.0-beta3v5.15.0-beta2v5.15.0-beta1
Include what you use. Change-Id: I37ef3cafd904760a0e8820135695512f4dcf65da Reviewed-by: Jesus Fernandez <jsfdez@gmail.com> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
-rw-r--r--tests/plugins/platforms/webgl/tst_webgl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/plugins/platforms/webgl/tst_webgl.cpp b/tests/plugins/platforms/webgl/tst_webgl.cpp
index 478a2e9..36b8ecf 100644
--- a/tests/plugins/platforms/webgl/tst_webgl.cpp
+++ b/tests/plugins/platforms/webgl/tst_webgl.cpp
@@ -42,6 +42,7 @@
#include <QtGui/qopengl.h>
#include <QtNetwork/qnetworkaccessmanager.h>
#include <QtNetwork/qnetworkreply.h>
+#include <QtNetwork/qtcpsocket.h>
#include <QtWebSockets/qwebsocket.h>
#include "parameters.h"