From f091bbd563dcd477c2c22b9180e776947dc3749b Mon Sep 17 00:00:00 2001 From: kwolekr Date: Fri, 8 May 2015 01:21:23 -0400 Subject: Fix compilation for non-client builds, and fix signed comparison warning --- src/nodedef.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nodedef.h') diff --git a/src/nodedef.h b/src/nodedef.h index efd7f0923..68f6c8c37 100644 --- a/src/nodedef.h +++ b/src/nodedef.h @@ -25,6 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include #include +#include "util/numeric.h" #include "mapnode.h" #ifndef SERVER #include "client/tile.h" -- cgit v1.2.3