Browse Source

gcc: Fix build of `cholesky' example without CUDA.

* gcc-plugin/examples/cholesky/cholesky.h: Include <limits.h>.
Ludovic Courtès 13 years ago
parent
commit
2bad9287ee
1 changed files with 1 additions and 0 deletions
  1. 1 0
      gcc-plugin/examples/cholesky/cholesky.h

+ 1 - 0
gcc-plugin/examples/cholesky/cholesky.h

@@ -22,6 +22,7 @@
 #include <string.h>
 #include <math.h>
 #include <sys/time.h>
+#include <limits.h>
 #ifdef STARPU_USE_CUDA
 #include <cuda.h>
 #include <cuda_runtime.h>