From 7ebdf4f1d282b7790646737e2cc33f8782873da5 Mon Sep 17 00:00:00 2001 From: SaeHie Park Date: Mon, 28 Apr 2025 10:50:31 +0900 Subject: [PATCH] [coco] Add missing header This will add missing header to fix U24.04 build. ONE-DCO-1.0-Signed-off-by: SaeHie Park --- compiler/coco/core/include/coco/IR/Op.h | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/coco/core/include/coco/IR/Op.h b/compiler/coco/core/include/coco/IR/Op.h index 090527e2fd8..7774b73b668 100644 --- a/compiler/coco/core/include/coco/IR/Op.h +++ b/compiler/coco/core/include/coco/IR/Op.h @@ -27,6 +27,7 @@ #include "coco/IR/Part.h" #include "coco/IR/Entity.h" +#include #include #include