diff options
author | sfan5 <sfan5@live.de> | 2020-06-10 10:58:13 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2020-06-10 10:58:13 +0200 |
commit | 64380cf92e8d0000f75ec372e3e1d09bdccd12e7 (patch) | |
tree | 128925c6c6f69b181d9e59ea294ae89ae05d0ecf | |
parent | fe3e69eb4029626cd7ef3f7a1c2beaec13ba7364 (diff) | |
download | minetest-64380cf92e8d0000f75ec372e3e1d09bdccd12e7.tar.gz minetest-64380cf92e8d0000f75ec372e3e1d09bdccd12e7.tar.bz2 minetest-64380cf92e8d0000f75ec372e3e1d09bdccd12e7.zip |
Fix build error on Ubuntu 16.04
-rw-r--r-- | src/client/content_mapblock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/content_mapblock.cpp b/src/client/content_mapblock.cpp index f7d20001f..3d06584c4 100644 --- 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" |