1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Fix build on gcc 5.0 (#7586)

This commit is contained in:
zeuner 2018-07-26 21:49:38 +02:00 committed by SmallJoker
parent 0d55879a1a
commit d7d451c647
3 changed files with 5 additions and 0 deletions

View file

@ -24,6 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "map.h"
#include "log.h"
#include "util/numeric.h"
#include <cmath>
#include <algorithm>