Explorar el Código

Add missing include for UINT_MAX

Samuel Thibault hace 9 años
padre
commit
fdbe604851
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/common/thread.c

+ 2 - 0
src/common/thread.c

@@ -19,6 +19,8 @@
 #include <core/simgrid.h>
 #include <core/workers.h>
 
+#include <limits.h>
+
 #ifdef STARPU_SIMGRID
 #ifdef STARPU_HAVE_XBT_SYNCHRO_H
 #include <xbt/synchro.h>