Skip to content

Commit 2d47fe6

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent e47d6e4 commit 2d47fe6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/node_modules/@stdlib/stats/base/dists/hypergeometric/stdev/src

lib/node_modules/@stdlib/stats/base/dists/hypergeometric/stdev/src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "stdlib/stats/base/dists/hypergeometric/stdev.h"
2020
#include "stdlib/math/base/special/sqrt.h"
2121
#include "stdlib/stats/base/dists/hypergeometric/variance.h"
22+
#include <stdint.h>
2223

2324
/**
2425
* Returns the standard deviation of a hypergeometric distribution.

0 commit comments

Comments
 (0)