Просмотр исходного кода

Fix build with simgrid without cuda or blas

Samuel Thibault лет назад: 9
Родитель
Сommit
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>