From e37c31809294b62ff729e7dc49b21189b3e3262f Mon Sep 17 00:00:00 2001 From: Mohammed Suhail Munshi Date: Tue, 12 Dec 2023 15:43:40 +0000 Subject: Fix Run Example in Validate Tests Signed-off-by: Mohammed Suhail Munshi Change-Id: Icee8b38db1f219d66ac22a6e0980f4325fd21fbd Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10868 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Jakub Sujak Comments-Addressed: Arm Jenkins --- tests/validate_examples/RunExample.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/validate_examples/RunExample.cpp b/tests/validate_examples/RunExample.cpp index 5066e9663d..36bf587551 100644 --- a/tests/validate_examples/RunExample.cpp +++ b/tests/validate_examples/RunExample.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2021 Arm Limited. + * Copyright (c) 2018-2021, 2023 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -29,6 +29,7 @@ #include "ValidateExample.h" #include "arm_compute/runtime/CL/CLHelpers.h" #include "arm_compute/runtime/Scheduler.h" +#include "arm_compute/core/Version.h" #include "tests/AssetsLibrary.h" #include "tests/Globals.h" #include "tests/framework/Framework.h" -- cgit v1.2.1