aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLoïc Blot <loic.blot@unix-experience.fr>2019-01-09 14:39:43 +0100
committerLoïc Blot <loic.blot@unix-experience.fr>2019-01-09 14:39:43 +0100
commit0acdf936830f0bee6bff553201febedecb12a482 (patch)
tree644b56201f860bef42acfe9911bd45f58a099711 /src
parent4b04268304a2f798cea110415f360c165395b4fb (diff)
downloadhax-minetest-server-0acdf936830f0bee6bff553201febedecb12a482.tar.gz
hax-minetest-server-0acdf936830f0bee6bff553201febedecb12a482.zip
Android build fixes
This fixes #8079
Diffstat (limited to 'src')
-rw-r--r--src/client/tile.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/tile.cpp b/src/client/tile.cpp
index a65eb5fc8..233a64e14 100644
--- a/src/client/tile.cpp
+++ b/src/client/tile.cpp
@@ -19,6 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "tile.h"
+#include <cstring>
#include <algorithm>
#include <ICameraSceneNode.h>
#include "util/string.h"