include cstring for memcpy

This commit is contained in:
Stephen Birarda 2013-03-13 13:29:39 -07:00
parent 87a2900bae
commit 99e21be12c

View file

@ -8,6 +8,7 @@
#include "VoxelSystem.h"
#include <AgentList.h>
#include <cstring>g
const int MAX_VOXELS_PER_SYSTEM = 500000;