c/c++ 'time' was not declared in this scope

Error:

'time' was not declared in this scope

 

解决方案:

添加头文件

#include <sys/time.h>

 

posted @ 2019-10-21 19:39  bp9jISKIN  阅读(6206)  评论(0编辑  收藏  举报