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:
fe3e69e
)
Fix build error on Ubuntu 16.04
author
sfan5
<sfan5@live.de>
Wed, 10 Jun 2020 08:58:13 +0000
(10:58 +0200)
committer
sfan5
<sfan5@live.de>
Wed, 10 Jun 2020 08:58:13 +0000
(10:58 +0200)
src/client/content_mapblock.cpp
patch
|
blob
|
history
diff --git
a/src/client/content_mapblock.cpp
b/src/client/content_mapblock.cpp
index f7d20001f41d33eb3c494d31c225260efd2a71e4..3d06584c4ec9a5aa2215cc428cc6c91cc97358b3 100644
(file)
--- a/
src/client/content_mapblock.cpp
+++ b/
src/client/content_mapblock.cpp
@@
-17,6
+17,7
@@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#include <cmath>
#include "content_mapblock.h"
#include "util/numeric.h"
#include "util/directiontables.h"