need to explicitly include time.h. linux has it implicitly, but windows requires it explicitly.

This commit is contained in:
Axel Kohlmeyer
2015-10-26 16:31:46 -04:00
parent 58176fdc78
commit c7a132096f

View File

@ -28,6 +28,8 @@
#include <sys/resource.h>
#endif
#include <time.h>
using namespace LAMMPS_NS;
// convert a timespec ([[HH:]MM:]SS) to seconds