瀏覽代碼

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>