From 45b9bad57e16ee432805f9effb1bc9d5f3a25a20 Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 21 Oct 2018 14:42:00 +0200 Subject: [PATCH] missing include (fixes #212) --- src/lib/utils/tcpsocket.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/utils/tcpsocket.cpp b/src/lib/utils/tcpsocket.cpp index f6a752d7..d33dc709 100755 --- a/src/lib/utils/tcpsocket.cpp +++ b/src/lib/utils/tcpsocket.cpp @@ -25,6 +25,7 @@ #include #include #include +#include #ifdef HAVE_PPOLL # include #endif