Explorar o código

src/worker_collection/worker_tree.c: add missing include

Nathalie Furmento %!s(int64=11) %!d(string=hai) anos
pai
achega
1cbcc403ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 {