Skip to content

Commit 1793c88

Browse files
committed
fix: compilation isssues in benchmarks
1 parent 08c5953 commit 1793c88

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/math/base/special/cfloorf/benchmark/c

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/math/base/special/cfloorf/benchmark/c/benchmark.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
#include <math.h>
2222
#include <complex.h>
2323
#include <sys/time.h>
24+
#include "stdlib/complex/float32/reim.h"
25+
#include "stdlib/complex/float32/ctor.h"
2426
#include "stdlib/math/base/special/cfloorf.h"
2527

2628
#define NAME "cfloorf"

0 commit comments

Comments
 (0)