fix: include stdbool.h for boolean type support in aot_comp_option.h

This commit is contained in:
liang.he@intel.com 2025-10-29 02:42:32 +00:00
parent ab079c1394
commit 612b4bd614

View File

@ -7,6 +7,7 @@
#define __AOT_COMP_OPTION_H__ #define __AOT_COMP_OPTION_H__
#include <stdint.h> #include <stdint.h>
#include <stdbool.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {