瀏覽代碼

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