diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client/tile.cpp | 1 |
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" |