浏览代码

fix build without openmp

Samuel Thibault 6 年之前
父节点
当前提交
39ae0680bf
共有 1 个文件被更改,包括 1 次插入0 次删除
  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.