Skip to content

Commit 06cc938

Browse files
fix: stuff form code review
1 parent ad404d5 commit 06cc938

File tree

1 file changed

+2
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dnanmeanpn/src

1 file changed

+2
-1
lines changed

lib/node_modules/@stdlib/stats/base/dnanmeanpn/src/addon.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@
1616
* limitations under the License.
1717
*/
1818

19+
#include "stdlib/stats/base/dnanmeanpn.h"
1920
#include <node_api.h>
2021
#include "stdlib/napi/argv.h"
2122
#include "stdlib/napi/argv_int64.h"
2223
#include "stdlib/napi/argv_strided_float64array.h"
2324
#include "stdlib/napi/create_double.h"
2425
#include "stdlib/napi/export.h"
25-
#include "stdlib/stats/base/dnanmeanpn.h"
26+
#include <node_api.h>
2627

2728
/**
2829
* Receives JavaScript callback invocation data.

0 commit comments

Comments
 (0)