Forráskód Böngészése

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

Nathalie Furmento 13 éve
szülő
commit
fbdb8cbff6
1 módosított fájl, 1 hozzáadás és 0 törlés
  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>