ソースを参照

fix MIC build

Samuel Thibault 12 年 前
コミット
ece0320b62
共有1 個のファイルを変更した5 個の追加4 個の削除を含む
  1. 5 4
      src/drivers/mp_common/sink_common.c

+ 5 - 4
src/drivers/mp_common/sink_common.c

@@ -17,14 +17,15 @@
 
 #include <dlfcn.h>
 
-#ifdef STARPU_USE_MIC
-#include <common/COISysInfo_common.h>
-#endif
-
 #include <starpu.h>
 #include <common/config.h>
 #include <common/utils.h>
 #include <drivers/mp_common/mp_common.h>
+#include <datawizard/interfaces/data_interface.h>
+
+#ifdef STARPU_USE_MIC
+#include <common/COISysInfo_common.h>
+#endif
 
 #include "sink_common.h"