aboutsummaryrefslogtreecommitdiff
path: root/src/core/utils
diff options
context:
space:
mode:
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