From 7e79483e1b6a417a727b563825ec2d84a0593e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Mon, 7 Sep 2015 15:43:08 +0100 Subject: [PATCH] Fix build with Qt 5.5 --- socket.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/socket.cpp b/socket.cpp index 5ebf157..d842ab5 100644 --- a/socket.cpp +++ b/socket.cpp @@ -20,6 +20,7 @@ #include #include +#include #include #include #include