Fix Linux compile issue.

This commit is contained in:
Jonathan Naylor 2016-01-25 23:10:40 +00:00
parent c92434e474
commit 57a3d8bfde

View file

@ -51,6 +51,8 @@ unsigned int CStopWatch::elapsed()
#else
#include <cstdio>
CStopWatch::CStopWatch() :
m_start()
{