소스 검색

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

Nathalie Furmento 14 년 전
부모
커밋
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>