From d989bf3a36915eb34ce0c65b0501978847db567e Mon Sep 17 00:00:00 2001 From: Angrymouse Date: Sun, 25 Feb 2024 05:10:35 +0100 Subject: [PATCH] Fix build issues --- .github/workflows/build.yml | 2 +- bindings.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66d105a..b995e3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: run: | npm i -g pnpm node-gyp - - run: pnpm install + - run: npm install env: NO_PREBUILD: true - name: Sync duktape subrepo diff --git a/bindings.cpp b/bindings.cpp index f7e12c8..bb56ac3 100644 --- a/bindings.cpp +++ b/bindings.cpp @@ -12,6 +12,7 @@ #include "json.hpp" #include #include +#include #include #include