Skip to content

Commit 90da0d2

Browse files
authored
fix: include stdint.h in main.c as uint8_t is being used
1 parent 2209127 commit 90da0d2

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/dmskmax/src

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/stats/base/dmskmax/src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "stdlib/math/base/assert/is_positive_zero.h"
2222
#include "stdlib/blas/base/shared.h"
2323
#include "stdlib/strided/base/stride2offset.h"
24+
#include <stdint.h>
2425

2526
/**
2627
* Computes the maximum value of a double-precision floating-point strided array according to a mask.

0 commit comments

Comments
 (0)