Explorar o código

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

Nathalie Furmento %!s(int64=13) %!d(string=hai) anos
pai
achega
fbdb8cbff6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>