Explorar el Código

tests/datawizard/interfaces/vector/test_vector_interface.c: add missing include

Nathalie Furmento hace 13 años
padre
commit
05fe236ac9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tests/datawizard/interfaces/vector/test_vector_interface.c

+ 1 - 0
tests/datawizard/interfaces/vector/test_vector_interface.c

@@ -15,6 +15,7 @@
  */
 #include <starpu.h>
 #include "../test_interfaces.h"
+#include "../../../common/helper.h"
 
 /* Prototypes */
 static void register_data(void);