ソースを参照

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

Nathalie Furmento 13 年 前
コミット
05fe236ac9
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  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);