Explorar o código

limits.h is needed for few asserts (without including this header, simgrid mode brakes)

Luka Stanisic %!s(int64=8) %!d(string=hai) anos
pai
achega
1a70e7a13a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/core/workers.h

+ 2 - 0
src/core/workers.h

@@ -20,6 +20,8 @@
 #ifndef __WORKERS_H__
 #define __WORKERS_H__
 
+#include <limits.h>
+
 #include <starpu.h>
 #include <common/config.h>
 #include <common/timing.h>