projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7279f0b
)
Fix MSVC build Build broken by 98e36d7
author
SmallJoker
<mk939@ymail.com>
Wed, 18 Jan 2017 20:03:15 +0000
(21:03 +0100)
committer
sfan5
<sfan5@live.de>
Thu, 19 Jan 2017 19:19:53 +0000
(20:19 +0100)
src/content_sao.cpp
patch
|
blob
|
history
src/treegen.cpp
patch
|
blob
|
history
diff --git
a/src/content_sao.cpp
b/src/content_sao.cpp
index bf8282af46aa1ec86dcb02fa15a1357af15486d7..840e04ed99f520824c7c790a15b6e439462c8cb9 100644
(file)
--- a/
src/content_sao.cpp
+++ b/
src/content_sao.cpp
@@
-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"
diff --git
a/src/treegen.cpp
b/src/treegen.cpp
index 4df574f349307915a9033e15c805bb29752135b9..e6c514ab9274498a1a240bd150ff1864fb1597bb 100644
(file)
--- a/
src/treegen.cpp
+++ b/
src/treegen.cpp
@@
-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"