From 039216087cc750dc906ceef2eec4711e9517e311 Mon Sep 17 00:00:00 2001 From: Felix Thomasmathibalan Date: Mon, 25 Sep 2023 18:35:49 +0100 Subject: Re-arrange header inclusion order Inclusion order of header is changed as preparatory step for applying clang-format Change-Id: I0c529f896ba802dfc6f30a573cdc9d9a24f3081c Signed-off-by: Felix Thomasmathibalan Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10379 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir Reviewed-by: Jakub Sujak Comments-Addressed: Arm Jenkins --- src/core/utils/helpers/float_ops.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/core/utils') diff --git a/src/core/utils/helpers/float_ops.h b/src/core/utils/helpers/float_ops.h index a475a23b59..99e1ea54ee 100644 --- a/src/core/utils/helpers/float_ops.h +++ b/src/core/utils/helpers/float_ops.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-2020 Arm Limited. + * Copyright (c) 2019-2020, 2023 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -24,6 +24,9 @@ #ifndef ARM_COMPUTE_UTILS_HELPERS_FLOAT_OPS_H #define ARM_COMPUTE_UTILS_HELPERS_FLOAT_OPS_H +#include +#include + namespace arm_compute { namespace helpers -- cgit v1.2.1