Skip to content

Commit

Permalink
Missing time.h header for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnchain committed Jul 4, 2018
1 parent 657ef07 commit 2bd988d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions StopWatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
*/

#include "StopWatch.h"
#include <time.h>

#if defined(_WIN32) || defined(_WIN64)

Expand Down

0 comments on commit 2bd988d

Please sign in to comment.