Skip to content

Commit 8b4ff54

Browse files
committed
Missing math.h header in check_reduction.c
1 parent ecde75c commit 8b4ff54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/check_reduction.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <stdint.h>
88
#include <stddef.h>
99
#include <stdlib.h>
10+
#include <math.h>
1011

1112

1213
extern void *ctx;

0 commit comments

Comments
 (0)