Skip to content

Commit af1804a

Browse files
authored
bench: fix include path
Signed-off-by: Athan <[email protected]>
1 parent 1b17071 commit af1804a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/number/float16/base/to-word/benchmark/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/number/float16/base/to-word/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
#include "stdlib/number/float16/base/to_word.h"
2020
#include "stdlib/number/float64/base/to_float16.h"
21-
#include "stdlib/number/float64/ctor.h"
21+
#include "stdlib/number/float16/ctor.h"
2222
#include <stdlib.h>
2323
#include <stdio.h>
2424
#include <stdint.h>

0 commit comments

Comments
 (0)