ソースを参照

examples/axpy/axpy.c: add include <math.h>

Nathalie Furmento 13 年 前
コミット
fbdb8cbff6
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      examples/axpy/axpy.c

+ 1 - 0
examples/axpy/axpy.c

@@ -21,6 +21,7 @@
 #include <stdio.h>
 #include <assert.h>
 #include <sys/time.h>
+#include <math.h>
 
 #include <common/blas.h>