Преглед на файлове

src/worker_collection/worker_tree.c: add missing include

Nathalie Furmento преди 12 години
родител
ревизия
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
 #ifdef STARPU_HAVE_HWLOC
 #include <hwloc.h>
 #include <hwloc.h>
 /* #include "tree.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)
 static unsigned tree_has_next(struct starpu_worker_collection *workers, struct starpu_sched_ctx_iterator *it)
 {
 {