From 57a3d8bfde7581c01331ae70d5863c735de4d41e Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Mon, 25 Jan 2016 23:10:40 +0000 Subject: [PATCH] Fix Linux compile issue. --- StopWatch.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/StopWatch.cpp b/StopWatch.cpp index f00658d..f5b9aac 100644 --- a/StopWatch.cpp +++ b/StopWatch.cpp @@ -51,6 +51,8 @@ unsigned int CStopWatch::elapsed() #else +#include + CStopWatch::CStopWatch() : m_start() {