Przeglądaj źródła

fix build with ayudame

Samuel Thibault 12 lat temu
rodzic
commit
ff8f9ce30b

+ 4 - 0
src/sched_policies/deque_modeling_policy_data_aware.c

@@ -28,6 +28,10 @@
 #include <sched_policies/fifo_queues.h>
 #include <limits.h>
 
+#ifdef HAVE_AYUDAME_H
+#include <Ayudame.h>
+#endif
+
 #ifndef DBL_MIN
 #define DBL_MIN __DBL_MIN__
 #endif

+ 4 - 0
src/sched_policies/work_stealing_policy.c

@@ -24,6 +24,10 @@
 #include <sched_policies/deque_queues.h>
 #include <core/debug.h>
 
+#ifdef HAVE_AYUDAME_H
+#include <Ayudame.h>
+#endif
+
 struct _starpu_work_stealing_data
 {
 	struct _starpu_deque_jobq **queue_array;