From ae7799a924c07f0f5de4e5c3321a87fe5bbafbb1 Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Tue, 8 Feb 2022 20:39:31 +0100 Subject: qtextstream.h: streamline includes [ChangeLog][Potentially Source-Incompatible Changes] The qtextstream header no longer includes , and . 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 --- src/network/socket/qlocalsocket_unix.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/network/socket/qlocalsocket_unix.cpp') 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 #include #include +#include #ifdef Q_OS_VXWORKS # include -- cgit v1.2.3