sundyCoder / DEye

Keep an Eye on Defects Inspection.
Apache License 2.0
872 stars 371 forks source link

can't finish compiling #6

Closed taotaolin closed 5 years ago

taotaolin commented 5 years ago

I can't finish compiling and I get the error:

error C2039: 'clock_t' : is not a member of '`global namespace''
clock_t' : symbol cannot be used in a using-declaration
 error C2039: 'asctime' : is not a member of '`global namespace''
...

What is the problem?

sundyCoder commented 5 years ago

You should include related header files.