Sfoglia il codice sorgente

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

Luka Stanisic 8 anni fa
parent
commit
1a70e7a13a
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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>