From b2c9028945ac9f239b5401e93f5bba2afae9b07f Mon Sep 17 00:00:00 2001 From: nekosu Date: Thu, 6 Jun 2024 11:52:15 +0800 Subject: [PATCH] fix: missing math.h for NAN --- quickjs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/quickjs.h b/quickjs.h index 7d741dea8..bbfc1c0e0 100644 --- a/quickjs.h +++ b/quickjs.h @@ -30,6 +30,7 @@ #include #include #include +#include #ifdef __cplusplus extern "C" {