mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
include cstring for memcpy in VoxelAgentData
This commit is contained in:
parent
0dc06fef1f
commit
1161cd6a5a
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
//
|
||||
|
||||
#include "VoxelAgentData.h"
|
||||
#include <cstring>
|
||||
|
||||
VoxelAgentData::VoxelAgentData() {
|
||||
lastSentLevel = 0;
|
||||
|
|
Loading…
Reference in a new issue