소스 검색

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)
 {