mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-20 07:20:22 +01:00
Fix Linux compile issue.
This commit is contained in:
parent
c92434e474
commit
57a3d8bfde
|
|
@ -51,6 +51,8 @@ unsigned int CStopWatch::elapsed()
|
|||
|
||||
#else
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
CStopWatch::CStopWatch() :
|
||||
m_start()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue