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 b8e5504 commit b02f2ecCopy full SHA for b02f2ec
lib/node_modules/@stdlib/stats/base/dnanmeanors/src/addon.c
@@ -16,13 +16,13 @@
16
* limitations under the License.
17
*/
18
19
-#include <node_api.h>
+#include "stdlib/stats/base/dnanmeanors.h"
20
#include "stdlib/napi/argv.h"
21
#include "stdlib/napi/argv_int64.h"
22
#include "stdlib/napi/argv_strided_float64array.h"
23
#include "stdlib/napi/create_double.h"
24
#include "stdlib/napi/export.h"
25
-#include "stdlib/stats/base/dnanmeanors.h"
+#include <node_api.h>
26
27
/**
28
* Receives JavaScript callback invocation data.
0 commit comments