--- /dev/null
+From 233359500613d262d98141a7bc385dc17e70febd Mon Sep 17 00:00:00 2001
+From: Inki Dae <inki.dae@samsung.com>
+Date: Fri, 16 Jun 2023 15:57:14 +0900
+Subject: [PATCH] fix build error on gcc13
+
+Signed-off-by: Inki Dae <inki.dae@samsung.com>
+---
+ arm_compute/core/Strides.h | 1 +
+ arm_compute/core/Types.h | 2 ++
+ arm_compute/core/utils/misc/Utility.h | 2 ++
+ 3 files changed, 5 insertions(+)
+
+diff --git a/arm_compute/core/Strides.h b/arm_compute/core/Strides.h
+index 265799e41..b59ebb0d6 100644
+--- a/arm_compute/core/Strides.h
++++ b/arm_compute/core/Strides.h
+@@ -30,6 +30,7 @@
+ #include <algorithm>
+ #include <array>
+ #include <cstddef>
++#include <cstdint>
+
+ namespace arm_compute
+ {
+diff --git a/arm_compute/core/Types.h b/arm_compute/core/Types.h
+index 59ba5aabb..4747ddd31 100644
+--- a/arm_compute/core/Types.h
++++ b/arm_compute/core/Types.h
+@@ -38,6 +38,8 @@
+ #include <cstdint>
+ #include <map>
+ #include <string>
++#include <cstring>
++#include <iterator>
+ #include <utility>
+
+ namespace arm_compute
+diff --git a/arm_compute/core/utils/misc/Utility.h b/arm_compute/core/utils/misc/Utility.h
+index 646d66567..e392e95ef 100644
+--- a/arm_compute/core/utils/misc/Utility.h
++++ b/arm_compute/core/utils/misc/Utility.h
+@@ -24,6 +24,8 @@
+ #ifndef ARM_COMPUTE_MISC_UTILITY_H
+ #define ARM_COMPUTE_MISC_UTILITY_H
+
++#include <cstdint>
++#include <cstring>
+ #include <algorithm>
+ #include <array>
+ #include <limits>
+--
+2.25.1
+