summaryrefslogtreecommitdiff
path: root/src/map.cpp
diff options
context:
space:
mode:
authorproller <proller@github.com>2013-07-29 00:10:44 +0400
committerproller <proller@github.com>2013-07-29 00:11:33 +0400
commit174285f29878c7171c84848ae9282a9efa546bd6 (patch)
tree0751e49e9d373159063ffa0996d7ec7b22eaa714 /src/map.cpp
parent037e84d377e91f37026cb5814145bdceac135534 (diff)
downloadminetest-174285f29878c7171c84848ae9282a9efa546bd6.tar.gz
minetest-174285f29878c7171c84848ae9282a9efa546bd6.tar.bz2
minetest-174285f29878c7171c84848ae9282a9efa546bd6.zip
Warnings fix
Diffstat (limited to 'src/map.cpp')
-rw-r--r--src/map.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map.cpp b/src/map.cpp
index de04e5fbd..9c658ba3f 100644
--- a/src/map.cpp
+++ b/src/map.cpp
@@ -32,6 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "nodedef.h"
#include "gamedef.h"
#include "util/directiontables.h"
+#include "util/mathconstants.h"
#include "rollback_interface.h"
#include "emerge.h"
#include "mapgen_v6.h"