diff --git a/drape/index_buffer_mutator.cpp b/drape/index_buffer_mutator.cpp index 51ed117aad..bda8f22e85 100644 --- a/drape/index_buffer_mutator.cpp +++ b/drape/index_buffer_mutator.cpp @@ -1,6 +1,7 @@ #include "index_buffer_mutator.hpp" #include "vertex_array_buffer.hpp" +#include "../std/cstring.hpp" // for memcpy #include "../std/algorithm.hpp" // for max IndexBufferMutator::IndexBufferMutator(uint16_t baseSize)