Buildfix for Windows.

This commit is contained in:
Unknown W. Brackets 2013-01-21 01:15:57 -08:00
parent e370f653fb
commit 5170931aad
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <string.h> #include <string.h>
#include <time.h>
#include "Common.h" #include "Common.h"

View file

@ -17,6 +17,7 @@
#ifdef _WIN32 #ifdef _WIN32
#include <windows.h> #include <windows.h>
#include <sys/stat.h>
#else #else
#include <dirent.h> #include <dirent.h>
#include <unistd.h> #include <unistd.h>