Quellcode durchsuchen

fix build without openmp

Samuel Thibault vor 6 Jahren
Ursprung
Commit
39ae0680bf
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      tests/openmp/taskloop.c

+ 1 - 0
tests/openmp/taskloop.c

@@ -1,6 +1,7 @@
 #include <pthread.h>
 #include <starpu.h>
 #include <stdio.h>
+#include "../helper.h"
 
 /*
  * Check the OpenMP orphaned task support.