include <ctime> for clock_t (fix compile problem)

This commit is contained in:
Reijo Tomperi 2009-07-30 13:31:47 +03:00
parent d06e669017
commit c9b34706f9
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@
#include <map>
#include <stdexcept>
#ifdef __GNUC__
#include <ctime> // clock_t
#endif
//---------------------------------------------------------------------------
CppCheck::CppCheck(ErrorLogger &errorLogger)