Ver código fonte

fix build without openmp

Samuel Thibault 6 anos atrás
pai
commit
39ae0680bf
1 arquivos alterados com 1 adições e 0 exclusões
  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.