소스 검색

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>