From: sfan5 Date: Wed, 10 Jun 2020 08:58:13 +0000 (+0200) Subject: Fix build error on Ubuntu 16.04 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=64380cf92e8d0000f75ec372e3e1d09bdccd12e7;p=oweals%2Fminetest.git Fix build error on Ubuntu 16.04 --- 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"