ソースを参照

src/datawizard/datawizard.c: include .h file for function definition

Nathalie Furmento 12 年 前
コミット
103e97960d
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      src/datawizard/datawizard.c

+ 1 - 0
src/datawizard/datawizard.c

@@ -19,6 +19,7 @@
 #include <common/config.h>
 #include <datawizard/datawizard.h>
 #include <core/workers.h>
+#include <core/progress_hook.h>
 #ifdef STARPU_SIMGRID
 #include <msg/msg.h>
 #endif