aboutsummaryrefslogtreecommitdiff
path: root/src/core/utils
diff options
context:
space:
mode:
authorFelix Thomasmathibalan <felixjohnny.thomasmathibalan@arm.com>2023-09-25 18:35:49 +0100
committerfelixjohnny.thomasmathibalan <felixjohnny.thomasmathibalan@arm.com>2023-09-26 16:14:00 +0000
commit039216087cc750dc906ceef2eec4711e9517e311 (patch)
tree66d061a34b9d982fc8093319235139addb8a5a25 /src/core/utils
parent6d878878f06b39bcdafff3e9569c807b1bf9c34f (diff)
downloadComputeLibrary-039216087cc750dc906ceef2eec4711e9517e311.tar.gz
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 <felixjohnny.thomasmathibalan@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/10379 Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com> Reviewed-by: Jakub Sujak <jakub.sujak@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/core/utils')
-rw-r--r--src/core/utils/helpers/float_ops.h5
1 files changed, 4 insertions, 1 deletions
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 <cmath>
+#include <cstdint>
+
namespace arm_compute
{
namespace helpers