From 2bd988d2a7b5a636fe02b525169536d19e405d23 Mon Sep 17 00:00:00 2001 From: Shawn Chain Date: Wed, 4 Jul 2018 19:46:51 +0800 Subject: [PATCH] Missing time.h header for linux --- StopWatch.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/StopWatch.cpp b/StopWatch.cpp index 046a943..154e62d 100644 --- a/StopWatch.cpp +++ b/StopWatch.cpp @@ -17,6 +17,7 @@ */ #include "StopWatch.h" +#include #if defined(_WIN32) || defined(_WIN64)