ソースを参照

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

Luka Stanisic 8 年 前
コミット
1a70e7a13a
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  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>