mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-04 07:30:03 +01:00
Missing time.h header for linux
This commit is contained in:
parent
657ef07b56
commit
2bd988d2a7
|
|
@ -17,6 +17,7 @@
|
|||
*/
|
||||
|
||||
#include "StopWatch.h"
|
||||
#include <time.h>
|
||||
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue