include time for srand on UNIX

This commit is contained in:
Stephen Birarda 2013-05-17 15:09:11 -07:00
parent 85c0c1fa98
commit 82c373242f

View file

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