From 1c5ec55215a4d3bf90fb4f9c7e57106752384d55 Mon Sep 17 00:00:00 2001 From: lhofhansl Date: Thu, 6 May 2021 10:24:30 -0700 Subject: [PATCH] Fix build for newer versions of GCC (#11246) --- src/clientiface.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clientiface.h b/src/clientiface.h index 0023c231f..ff1456ee4 100644 --- a/src/clientiface.h +++ b/src/clientiface.h @@ -31,6 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include #include +#include #include class MapBlock;