From 29630bcea6854123574f5c5d0bc18f479bac3f3e Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Tue, 25 Mar 2025 16:49:41 +0100 Subject: [PATCH] added missing header --- quickjs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/quickjs.h b/quickjs.h index 4dcc0c8..13cb5f8 100644 --- a/quickjs.h +++ b/quickjs.h @@ -27,6 +27,7 @@ #include #include +#include #ifdef __cplusplus extern "C" {