From 99e21be12cdc782b400f2db0217721e4c581de54 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 13 Mar 2013 13:29:39 -0700 Subject: [PATCH] include cstring for memcpy --- interface/src/VoxelSystem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/src/VoxelSystem.cpp b/interface/src/VoxelSystem.cpp index 2f8ce87d5a..42a01e62f0 100644 --- a/interface/src/VoxelSystem.cpp +++ b/interface/src/VoxelSystem.cpp @@ -8,6 +8,7 @@ #include "VoxelSystem.h" #include +#include g const int MAX_VOXELS_PER_SYSTEM = 500000;