add new files & remove old ones from VS project. Now builds & runs on Windows again

This commit is contained in:
Grant Limberg 2016-11-03 12:10:50 -07:00
parent 8cced06a2d
commit 8ffae313fd
8 changed files with 61 additions and 30 deletions

View file

@ -21,7 +21,10 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
#ifndef _WIN32
#include <sys/time.h>
#endif
#include <sys/types.h>
#include <algorithm>