mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
add time header for date in log entry
This commit is contained in:
parent
c4538836c1
commit
01de6305e9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue