Skip to content

Commit ba47e88

Browse files
authored
chore: include stdint.h in header file as uint_8 is used
1 parent 90da0d2 commit ba47e88

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/stats/base/dmskmax/include/stdlib/stats/base/dmskmax.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#define STDLIB_STATS_BASE_DMSKMAX_H
2121

2222
#include "stdlib/blas/base/shared.h"
23+
#include <stdint.h>
2324

2425
/*
2526
* If C++, prevent name mangling so that the compiler emits a binary file having undecorated names, thus mirroring the behavior of a C compiler.

0 commit comments

Comments
 (0)