Explorar o código

add missing include for timeval

Samuel Thibault %!s(int64=15) %!d(string=hai) anos
pai
achega
eb376e4819
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      examples/spmv/dw_spmv.h

+ 1 - 0
examples/spmv/dw_spmv.h

@@ -22,6 +22,7 @@
 #include <stdint.h>
 #include <math.h>
 #include <sys/types.h>
+#include <sys/time.h>
 #include <pthread.h>
 #include <signal.h>