소스 검색

examples/cg/cg_kernels.c: include limits.h which defines INT_MAX

Nathalie Furmento 14 년 전
부모
커밋
7517525097
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      examples/cg/cg_kernels.c

+ 1 - 0
examples/cg/cg_kernels.c

@@ -16,6 +16,7 @@
 
 #include "cg.h"
 #include <math.h>
+#include <limits.h>
 
 #if 0
 static void print_vector_from_descr(unsigned nx, TYPE *v)