From 688e749fda5357e6d37d9d2522bf179381fe2768 Mon Sep 17 00:00:00 2001 From: Lauri Kasanen Date: Wed, 3 Mar 2021 15:33:58 +0200 Subject: [PATCH] Tentative build fix for newer gccs --- common/network/GetAPIMessager.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/common/network/GetAPIMessager.cxx b/common/network/GetAPIMessager.cxx index 31eeb2b..4eafda5 100644 --- a/common/network/GetAPIMessager.cxx +++ b/common/network/GetAPIMessager.cxx @@ -25,6 +25,7 @@ #include #include #include +#include using namespace network; using namespace rfb;