From 612b4bd614508cdf3634e5980af779ed8b0a247e Mon Sep 17 00:00:00 2001 From: "liang.he@intel.com" Date: Wed, 29 Oct 2025 02:42:32 +0000 Subject: [PATCH] fix: include stdbool.h for boolean type support in aot_comp_option.h --- core/iwasm/include/aot_comp_option.h | 1 + 1 file changed, 1 insertion(+) diff --git a/core/iwasm/include/aot_comp_option.h b/core/iwasm/include/aot_comp_option.h index 9a9023ee2..cb27919e0 100644 --- a/core/iwasm/include/aot_comp_option.h +++ b/core/iwasm/include/aot_comp_option.h @@ -7,6 +7,7 @@ #define __AOT_COMP_OPTION_H__ #include +#include #ifdef __cplusplus extern "C" {