From ef0cc883f9d0f9496bd062cf20fb94935e78975b Mon Sep 17 00:00:00 2001 From: SaeHie Park Date: Mon, 28 Apr 2025 13:39:16 +0900 Subject: [PATCH] [nnc] Add missing header This will add missing header to fix U24.04 build. ONE-DCO-1.0-Signed-off-by: SaeHie Park --- compiler/nnc/include/support/CommandLine.h | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/nnc/include/support/CommandLine.h b/compiler/nnc/include/support/CommandLine.h index 66466276d5a..ed08a816aee 100644 --- a/compiler/nnc/include/support/CommandLine.h +++ b/compiler/nnc/include/support/CommandLine.h @@ -23,6 +23,7 @@ #include #include #include +#include #include #include