From 9fcc0c1217fcd3acabaa11239631de10032fa126 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 22 Mar 2018 22:59:49 +0300 Subject: Update mesh collector and move it to a separate file (#6904) * Update MeshCollector * Simplify MeshCollector --- src/content_mapblock.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/content_mapblock.cpp') diff --git a/src/content_mapblock.cpp b/src/content_mapblock.cpp index 348748c91..0259ca3af 100644 --- a/src/content_mapblock.cpp +++ b/src/content_mapblock.cpp @@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "client/tile.h" #include "mesh.h" #include +#include "client/meshgen/collector.h" #include "client/renderingengine.h" #include "client.h" #include "noise.h" -- cgit v1.2.3