From debd0908627e3028b1aa460a4934732c2c3b00a6 Mon Sep 17 00:00:00 2001 From: Takuto Ikuta Date: Fri, 17 Jan 2025 18:01:32 +0900 Subject: [PATCH] Add missing include headers (#194) This is for C++ modules build in chromium. --- include/wasm.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wasm.hh b/include/wasm.hh index cb1b304..c98a1f4 100644 --- a/include/wasm.hh +++ b/include/wasm.hh @@ -8,6 +8,7 @@ #include #include #include +#include #include #include