From 3da6300cfea9e795f3714003657142f3c2d0a965 Mon Sep 17 00:00:00 2001 From: Andrea Bernabei Date: Thu, 2 Oct 2014 14:25:12 -0400 Subject: [PATCH] Fix compilation on glibc 2.19/gcc 4.8 --- connd/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/connd/main.cpp b/connd/main.cpp index e51a22a..eb67b81 100644 --- a/connd/main.cpp +++ b/connd/main.cpp @@ -23,6 +23,7 @@ #include #include #include +#include #include "qconnectionagent.h" #include "connectiond_adaptor.h"