Pārlūkot izejas kodu

add missing include for timeval

Samuel Thibault 15 gadi atpakaļ
vecāks
revīzija
eb376e4819
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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>