瀏覽代碼

Fix build with simgrid without cuda or blas

Samuel Thibault 9 年之前
父節點
當前提交
c135e2c23a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/core/perfmodel/perfmodel_history.c

+ 1 - 0
src/core/perfmodel/perfmodel_history.c

@@ -34,6 +34,7 @@
 #include <common/config.h>
 #include <starpu_parameters.h>
 #include <common/uthash.h>
+#include <limits.h>
 
 #ifdef STARPU_HAVE_WINDOWS
 #include <windows.h>