mirror of https://github.com/g4klx/MMDVMHost
Missing time.h header for linux
This commit is contained in:
parent
657ef07b56
commit
2bd988d2a7
|
|
@ -17,6 +17,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "StopWatch.h"
|
#include "StopWatch.h"
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#if defined(_WIN32) || defined(_WIN64)
|
#if defined(_WIN32) || defined(_WIN64)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue