Missing time.h header for linux

This commit is contained in:
Shawn Chain
2018-07-04 19:46:51 +08:00
parent 657ef07b56
commit 2bd988d2a7

View File

@@ -17,6 +17,7 @@
*/ */
#include "StopWatch.h" #include "StopWatch.h"
#include <time.h>
#if defined(_WIN32) || defined(_WIN64) #if defined(_WIN32) || defined(_WIN64)