From d7d451c647f1fff7983178a9817888f4d0bab695 Mon Sep 17 00:00:00 2001 From: zeuner Date: Thu, 26 Jul 2018 21:49:38 +0200 Subject: Fix build on gcc 5.0 (#7586) --- src/network/connection.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/network') diff --git a/src/network/connection.cpp b/src/network/connection.cpp index 366f94c52..495b15426 100644 --- a/src/network/connection.cpp +++ b/src/network/connection.cpp @@ -20,6 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include #include +#include #include "connection.h" #include "serialization.h" #include "log.h" -- cgit v1.2.3