From eedbda449a46d555ded750039bf33702a7c72d68 Mon Sep 17 00:00:00 2001 From: zbx Date: Tue, 26 Aug 2025 14:50:40 +0800 Subject: [PATCH] Fix Missing Header File Issue: ICUU2T Signed-off-by: zbx Change-Id: I6a9a62d73d07f66479638f451cb2c8e9565bc580 --- ecmascript/compiler/type.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ecmascript/compiler/type.h b/ecmascript/compiler/type.h index 5b5e7e400c..8c0586f7ca 100644 --- a/ecmascript/compiler/type.h +++ b/ecmascript/compiler/type.h @@ -16,6 +16,7 @@ #ifndef ECMASCRIPT_COMPILER_TYPE_H #define ECMASCRIPT_COMPILER_TYPE_H +#include "ecmascript/base/config.h" #include "ecmascript/ts_types/global_ts_type_ref.h" #define VALUE_TYPE_LIST(V) \ -- Gitee