Fix MSVC build Build broken by 98e36d7
authorSmallJoker <mk939@ymail.com>
Wed, 18 Jan 2017 20:03:15 +0000 (21:03 +0100)
committersfan5 <sfan5@live.de>
Thu, 19 Jan 2017 19:19:53 +0000 (20:19 +0100)
src/content_sao.cpp
src/treegen.cpp

index bf8282af46aa1ec86dcb02fa15a1357af15486d7..840e04ed99f520824c7c790a15b6e439462c8cb9 100644 (file)
@@ -18,6 +18,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 */
 
 #include "content_sao.h"
+#include "util/mathconstants.h"
 #include "util/serialize.h"
 #include "collision.h"
 #include "environment.h"
index 4df574f349307915a9033e15c805bb29752135b9..e6c514ab9274498a1a240bd150ff1864fb1597bb 100644 (file)
@@ -21,6 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include <stack>
 #include "util/pointer.h"
 #include "util/numeric.h"
+#include "util/mathconstants.h"
 #include "map.h"
 #include "serverenvironment.h"
 #include "nodedef.h"