X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ffarmesh.cpp;h=836d9bd8731793d9a039d4c3bba958d42edadf5c;hb=c8997e48c070b8fcc460f01ba90896ad3afbf8b5;hp=fdc81057bc27fe52897fbf0282e984b748e74864;hpb=ba762bcd49c9f3ffa3cc4ecac73b13365c2047ec;p=oweals%2Fminetest.git diff --git a/src/farmesh.cpp b/src/farmesh.cpp index fdc81057b..836d9bd87 100644 --- a/src/farmesh.cpp +++ b/src/farmesh.cpp @@ -30,6 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "map.h" #include "client.h" #include "tile.h" // ITextureSource +#include "clientmap.h" #include "mapgen.h" // Shouldn't really be done this way