Fix MingW build
[alexxy/gromacs.git] / src / external / thread_mpi / src / impl.h
index 962e80c923e1f7659e5856c18cac6659b56aabe3..7113a44555cdfc4fd8c13e87677cab00cf022ad2 100644 (file)
 #include <unistd.h>
 #endif
 
+#if defined( _WIN32 ) || defined( _WIN64 )
+#include <windows.h>
+#endif
+
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
 #endif