1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Fix build on Debian broken by b45df9d (missing include, somehow?)

This commit is contained in:
kwolekr 2015-05-05 20:40:18 -04:00
parent 633af58a05
commit 2b44e75442

View file

@ -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"