aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/ICLArray.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/ICLArray.h')
-rw-r--r--arm_compute/core/CL/ICLArray.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/core/CL/ICLArray.h b/arm_compute/core/CL/ICLArray.h
index 1b676ed5a3..e12695f206 100644
--- a/arm_compute/core/CL/ICLArray.h
+++ b/arm_compute/core/CL/ICLArray.h
@@ -107,6 +107,7 @@ private:
using ICLKeyPointArray = ICLArray<KeyPoint>;
using ICLCoordinates2DArray = ICLArray<Coordinates2D>;
using ICLDetectionWindowArray = ICLArray<DetectionWindow>;
+using ICLROIArray = ICLArray<ROI>;
using ICLSize2DArray = ICLArray<Size2D>;
using ICLUInt8Array = ICLArray<cl_uchar>;
using ICLUInt16Array = ICLArray<cl_ushort>;