summaryrefslogtreecommitdiff
path: root/src/clientmap.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-06-23 16:06:03 +0300
committerPerttu Ahola <celeron55@gmail.com>2012-07-21 03:36:34 +0300
commit71c6845a9446fc22a84469f28e0e6890794802e3 (patch)
treeca7b73a79c30caf7f3d38b53efafa0d4f0e85e86 /src/clientmap.cpp
parent4b97023251890314c85ad4710d85ddeae6ac3e22 (diff)
downloadminetest-71c6845a9446fc22a84469f28e0e6890794802e3.tar.gz
minetest-71c6845a9446fc22a84469f28e0e6890794802e3.tar.bz2
minetest-71c6845a9446fc22a84469f28e0e6890794802e3.zip
Define M_PI on MSVC
Diffstat (limited to 'src/clientmap.cpp')
-rw-r--r--src/clientmap.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clientmap.cpp b/src/clientmap.cpp
index 6cf3db8d7..4d14cc1a2 100644
--- a/src/clientmap.cpp
+++ b/src/clientmap.cpp
@@ -29,6 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "mapblock.h"
#include "profiler.h"
#include "settings.h"
+#include "util/mathconstants.h"
#define PP(x) "("<<(x).X<<","<<(x).Y<<","<<(x).Z<<")"