浏览代码

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)