add ctime for strftime call

This commit is contained in:
Stephen Birarda 2014-10-28 15:48:06 -07:00
parent 01de6305e9
commit 992396ba63

View file

@ -11,6 +11,7 @@
//
#include <time.h>
#include <ctime>
#ifdef _WIN32
#include <process.h>