1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-12 16:58:39 +00:00

Fix compilation for non-client builds, and fix signed comparison warning

This commit is contained in:
kwolekr 2015-05-08 01:21:23 -04:00
parent 2dba29ebf2
commit f091bbd563
2 changed files with 3 additions and 2 deletions

View file

@ -25,6 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <iostream>
#include <map>
#include <list>
#include "util/numeric.h"
#include "mapnode.h"
#ifndef SERVER
#include "client/tile.h"