From a774d63e99c474e2242dd0429f61d127850b4cfb Mon Sep 17 00:00:00 2001 From: Pablo Marquez Tello Date: Tue, 31 May 2022 19:39:18 +0100 Subject: Fix build errors in GCC12 * Resolved MLCE-862 Change-Id: Ifb58ad1073e2f44d37a7419693be889887719b7d Signed-off-by: Pablo Marquez Tello Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7682 Tested-by: Arm Jenkins Reviewed-by: Michalis Spyrou Comments-Addressed: Arm Jenkins --- utils/command_line/CommandLineParser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/command_line/CommandLineParser.h b/utils/command_line/CommandLineParser.h index e8fabc4251..523f25e8a1 100644 --- a/utils/command_line/CommandLineParser.h +++ b/utils/command_line/CommandLineParser.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2020 Arm Limited. + * Copyright (c) 2017-2020, 2022 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -27,6 +27,7 @@ #include "Option.h" #include "arm_compute/core/utils/misc/Utility.h" +#include #include #include #include -- cgit v1.2.1