need to explicitly include time.h. linux has it implicitly, but windows requires it explicitly.
This commit is contained in:
@ -28,6 +28,8 @@
|
||||
#include <sys/resource.h>
|
||||
#endif
|
||||
|
||||
#include <time.h>
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
// convert a timespec ([[HH:]MM:]SS) to seconds
|
||||
|
||||
Reference in New Issue
Block a user