浏览代码

src/worker_collection/worker_tree.c: add missing include

Nathalie Furmento 11 年之前
父节点
当前提交
1cbcc403ad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/worker_collection/worker_tree.c

+ 1 - 1
src/worker_collection/worker_tree.c

@@ -20,7 +20,7 @@
 #ifdef STARPU_HAVE_HWLOC
 #include <hwloc.h>
 /* #include "tree.h" */
-/* #include "core/workers.h" */
+#include "core/workers.h"
 
 static unsigned tree_has_next(struct starpu_worker_collection *workers, struct starpu_sched_ctx_iterator *it)
 {