include <ctime> for clock_t (fix compile problem)
This commit is contained in:
parent
d06e669017
commit
c9b34706f9
|
@ -32,6 +32,10 @@
|
|||
#include <map>
|
||||
#include <stdexcept>
|
||||
|
||||
#ifdef __GNUC__
|
||||
#include <ctime> // clock_t
|
||||
#endif
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
CppCheck::CppCheck(ErrorLogger &errorLogger)
|
||||
|
|
Loading…
Reference in New Issue