From 5d157836c4b684e6a9f2f4a431fb748fa6ab969c Mon Sep 17 00:00:00 2001 From: martinRenou Date: Mon, 2 May 2022 20:19:13 +0200 Subject: Add missing include for windows (#4627) Without this Windows fails with: 'isdigit': is not a member of 'std' --- src/passes/ExtractFunction.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/passes/ExtractFunction.cpp b/src/passes/ExtractFunction.cpp index 0c0c1477e..0939ebe28 100644 --- a/src/passes/ExtractFunction.cpp +++ b/src/passes/ExtractFunction.cpp @@ -20,6 +20,8 @@ // This pass will run --remove-unused-module-elements automatically for you, in // order to remove as many things as possible. +#include + #include "pass.h" #include "wasm-builder.h" #include "wasm.h" -- cgit v1.2.3