From 0c4b2da048b9ceee4e5367d5e502a5068c9dfb62 Mon Sep 17 00:00:00 2001 From: James Ring Date: Mon, 7 Oct 2024 15:35:46 -0700 Subject: [PATCH] aot_comp_option.h: Add missing stdint.h header (#3834) --- core/iwasm/include/aot_comp_option.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/iwasm/include/aot_comp_option.h b/core/iwasm/include/aot_comp_option.h index 98f33a160..bb612515a 100644 --- a/core/iwasm/include/aot_comp_option.h +++ b/core/iwasm/include/aot_comp_option.h @@ -6,6 +6,8 @@ #ifndef __AOT_COMP_OPTION_H__ #define __AOT_COMP_OPTION_H__ +#include + typedef struct { /* Enables or disables bounds checks for stack frames. When enabled, the AOT * compiler generates code to check if the stack pointer is within the