소스 검색

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

Nathalie Furmento 3 년 전
부모
커밋
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"