forked from organicmaps/organicmaps
[linux] Compilation fix.
This commit is contained in:
parent
04b4b08ae9
commit
9e4df25f0d
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
#include "../base/shared_buffer_manager.hpp"
|
||||
#include "../base/assert.hpp"
|
||||
|
||||
#include "../std/memcpy.hpp"
|
||||
|
||||
|
||||
CPUBuffer::CPUBuffer(uint8_t elementSize, uint16_t capacity)
|
||||
: base_t(elementSize, capacity)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue