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

mpi/examples/benchs/gemm_helper.c: include limits.h

Nathalie Furmento лет назад: 3
Родитель
Сommit
d634084a31
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      mpi/examples/benchs/gemm_helper.c

+ 1 - 0
mpi/examples/benchs/gemm_helper.c

@@ -14,6 +14,7 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
+#include <limits.h>
 #include <common/blas.h>
 #include "../../examples/mult/simple.h"
 #include "helper.h"