Merge pull request #344 from birarda/voxel-noise

include time for srand on UNIX
This commit is contained in:
birarda 2013-05-17 15:09:30 -07:00
commit efec33c6a2

View file

@ -10,6 +10,7 @@
#include <cstdio>
#include <cstring>
#include <cctype>
#include <time.h>
#ifdef _WIN32
#include "Syssocket.h"
#endif