We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad404d5 commit 06cc938Copy full SHA for 06cc938
lib/node_modules/@stdlib/stats/base/dnanmeanpn/src/addon.c
@@ -16,13 +16,14 @@
16
* limitations under the License.
17
*/
18
19
+#include "stdlib/stats/base/dnanmeanpn.h"
20
#include <node_api.h>
21
#include "stdlib/napi/argv.h"
22
#include "stdlib/napi/argv_int64.h"
23
#include "stdlib/napi/argv_strided_float64array.h"
24
#include "stdlib/napi/create_double.h"
25
#include "stdlib/napi/export.h"
-#include "stdlib/stats/base/dnanmeanpn.h"
26
+#include <node_api.h>
27
28
/**
29
* Receives JavaScript callback invocation data.
0 commit comments