Explorar el Código

aot_comp_option.h: Add missing stdint.h header (#3834)

James Ring hace 1 año
padre
commit
0c4b2da048
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      core/iwasm/include/aot_comp_option.h

+ 2 - 0
core/iwasm/include/aot_comp_option.h

@@ -6,6 +6,8 @@
 #ifndef __AOT_COMP_OPTION_H__
 #define __AOT_COMP_OPTION_H__
 
+#include <stdint.h>
+
 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