diff options
-rw-r--r-- | src/nodedef.cpp | 1 |
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 |