aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/utils/math/SafeOps.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/utils/math/SafeOps.h')
-rw-r--r--arm_compute/core/utils/math/SafeOps.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/arm_compute/core/utils/math/SafeOps.h b/arm_compute/core/utils/math/SafeOps.h
index 4f81cf4b44..c222c65e84 100644
--- a/arm_compute/core/utils/math/SafeOps.h
+++ b/arm_compute/core/utils/math/SafeOps.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019 Arm Limited.
+ * Copyright (c) 2019-2020 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -25,7 +25,9 @@
#define ARM_COMPUTE_UTILS_MATH_SAFE_OPS
#include "arm_compute/core/Error.h"
-#include "arm_compute/core/utils/misc/Requires.h"
+#include "support/Requires.h"
+
+#include <limits>
namespace arm_compute
{