Skip to content

Commit 22c1022

Browse files
neko-parasaghul
authored andcommitted
fix: missing math.h for NAN
1 parent 8ac7c0d commit 22c1022

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quickjs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <stdio.h>
3131
#include <stdint.h>
3232
#include <string.h>
33+
#include <math.h>
3334

3435
#ifdef __cplusplus
3536
extern "C" {

0 commit comments

Comments
 (0)