Move ClientMap to clientmap.{h,cpp}
[oweals/minetest.git] / src / farmesh.cpp
index fdc81057bc27fe52897fbf0282e984b748e74864..836d9bd8731793d9a039d4c3bba958d42edadf5c 100644 (file)
@@ -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