From: kwolekr Date: Wed, 6 May 2015 00:40:18 +0000 (-0400) Subject: Fix build on Debian broken by b45df9d (missing include, somehow?) X-Git-Tag: 0.4.13~303 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2b44e7544267e26edc1f4df0b12a4759012049a2;p=oweals%2Fminetest.git Fix build on Debian broken by b45df9d (missing include, somehow?) --- diff --git a/src/unittest/test_noderesolver.cpp b/src/unittest/test_noderesolver.cpp index a4ea647bc..bd6e6f5ac 100644 --- a/src/unittest/test_noderesolver.cpp +++ b/src/unittest/test_noderesolver.cpp @@ -19,6 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "test.h" +#include "util/numeric.h" #include "exceptions.h" #include "gamedef.h" #include "nodedef.h"