mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 03:53:52 +02:00
include cstring for memcpy
This commit is contained in:
parent
87a2900bae
commit
99e21be12c
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include "VoxelSystem.h"
|
||||
#include <AgentList.h>
|
||||
#include <cstring>g
|
||||
|
||||
const int MAX_VOXELS_PER_SYSTEM = 500000;
|
||||
|
||||
|
|
Loading…
Reference in a new issue