Skip to content

Commit 68c5d4e

Browse files
committed
Fix missing include
1 parent d0a4f83 commit 68c5d4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/strided/common/include/stdlib/strided_nullary.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
#ifndef STDLIB_STRIDED_NULLARY_H
2323
#define STDLIB_STRIDED_NULLARY_H
2424

25+
#include <stdint.h>
26+
2527
/*
2628
* If C++, prevent name mangling so that the compiler emits a binary file having undecorated names, thus mirroring the behavior of a C compiler.
2729
*/

0 commit comments

Comments
 (0)