add time header for date in log entry

This commit is contained in:
Stephen Birarda 2014-10-28 15:42:03 -07:00
parent c4538836c1
commit 01de6305e9

View file

@ -10,6 +10,8 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include <time.h>
#ifdef _WIN32
#include <process.h>
#define getpid _getpid