From 64380cf92e8d0000f75ec372e3e1d09bdccd12e7 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Wed, 10 Jun 2020 10:58:13 +0200 Subject: [PATCH] Fix build error on Ubuntu 16.04 --- src/client/content_mapblock.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/content_mapblock.cpp b/src/client/content_mapblock.cpp index f7d20001f..3d06584c4 100644 --- a/src/client/content_mapblock.cpp +++ b/src/client/content_mapblock.cpp @@ -17,6 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include #include "content_mapblock.h" #include "util/numeric.h" #include "util/directiontables.h"