summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qlocalsocket_unix.cpp
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2022-02-08 20:39:31 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2022-02-10 04:34:13 +0100
commitae7799a924c07f0f5de4e5c3321a87fe5bbafbb1 (patch)
tree28c08582b639bcbbd23ec110bdbeeef87903dff7 /src/network/socket/qlocalsocket_unix.cpp
parent2201934efa1b9889d474347e705784bf6925e120 (diff)
qtextstream.h: streamline includes
[ChangeLog][Potentially Source-Incompatible Changes] The qtextstream header no longer includes <QString>, <QStringEncoder> and <QStringDecoder>. Code which relied on the implicit inclusion of those classes might now need to include the headers explicitly. Task-number: QTBUG-97601 Change-Id: Ifb8c8452026195a772c0588dbbbc53fb51cac548 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/network/socket/qlocalsocket_unix.cpp')
-rw-r--r--src/network/socket/qlocalsocket_unix.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/socket/qlocalsocket_unix.cpp b/src/network/socket/qlocalsocket_unix.cpp
index 21f4f92d15..b31d27a5aa 100644
--- a/src/network/socket/qlocalsocket_unix.cpp
+++ b/src/network/socket/qlocalsocket_unix.cpp
@@ -51,6 +51,7 @@
#include <qdir.h>
#include <qdebug.h>
#include <qelapsedtimer.h>
+#include <qstringconverter.h>
#ifdef Q_OS_VXWORKS
# include <selectLib.h>