Просмотр исходного кода

src/worker_collection/worker_tree.c: add missing include

Nathalie Furmento лет назад: 11
Родитель
Сommit
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)
 {