瀏覽代碼

fix missing include

Samuel Thibault 7 年之前
父節點
當前提交
8de5725093
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/model-checking/starpu_barrier.c

+ 1 - 0
tests/model-checking/starpu_barrier.c

@@ -42,6 +42,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <limits.h>
+#include <math.h>
 #include <common/barrier.h>
 #ifdef STARPU_HAVE_SIMGRID_MSG_H
 #include <simgrid/msg.h>