summaryrefslogtreecommitdiff
path: root/src/nodedef.cpp
diff options
context:
space:
mode:
authorEsteban I. Ruiz Moreno <exio4.com@gmail.com>2017-10-25 10:23:24 -0300
committersfan5 <sfan5@live.de>2017-10-26 20:35:32 +0200
commit2efccb353625de9c25babd0387be23f9d4829871 (patch)
tree9ffc4176d0ada697fae69c0991aae5b89ee11861 /src/nodedef.cpp
parent0732bf73a4461792bc7b514d7cdbdc49114b5176 (diff)
downloadminetest-2efccb353625de9c25babd0387be23f9d4829871.tar.gz
minetest-2efccb353625de9c25babd0387be23f9d4829871.tar.bz2
minetest-2efccb353625de9c25babd0387be23f9d4829871.zip
Add missing? include
Diffstat (limited to 'src/nodedef.cpp')
-rw-r--r--src/nodedef.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nodedef.cpp b/src/nodedef.cpp
index 209bea86a..790f7154c 100644
--- a/src/nodedef.cpp
+++ b/src/nodedef.cpp
@@ -39,6 +39,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "mapnode.h"
#include <fstream> // Used in applyTextureOverrides()
#include <algorithm>
+#include <cmath>
/*
NodeBox