forked from organicmaps/organicmaps
[linux] Fixed build error - missing memcpy include
This commit is contained in:
parent
9cbeb56ca9
commit
8c254b8bc5
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue