Skip to content

Commit

Permalink
fix: missing math.h for NAN
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Jun 6, 2024
1 parent 8ac7c0d commit b2c9028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quickjs.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <math.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit b2c9028

Please sign in to comment.