Explorar o código

Add missing include for UINT_MAX

Samuel Thibault %!s(int64=8) %!d(string=hai) anos
pai
achega
fdbe604851
Modificáronse 1 ficheiros con 2 adicións e 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>