mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
fix test component build on non-Linux platform
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
18ae07da38
commit
3271263050
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@
|
|||
#include "qmath.h"
|
||||
#include "qdebug.h"
|
||||
|
||||
#ifdef QT_HAVE_CLOCK_GETTIME
|
||||
# include <time.h>
|
||||
#endif
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
// QBenchmarkTimeMeasurer implementation
|
||||
|
|
Loading…
Add table
Reference in a new issue