aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/CLArray.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/CLArray.h')
-rw-r--r--arm_compute/runtime/CL/CLArray.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/runtime/CL/CLArray.h b/arm_compute/runtime/CL/CLArray.h
index f4c2ef06d9..3dc7f19bc7 100644
--- a/arm_compute/runtime/CL/CLArray.h
+++ b/arm_compute/runtime/CL/CLArray.h
@@ -97,6 +97,7 @@ private:
using CLKeyPointArray = CLArray<KeyPoint>;
using CLCoordinates2DArray = CLArray<Coordinates2D>;
using CLDetectionWindowArray = CLArray<DetectionWindow>;
+using CLROIArray = CLArray<ROI>;
using CLSize2DArray = CLArray<Size2D>;
using CLUInt8Array = CLArray<cl_uchar>;
using CLUInt16Array = CLArray<cl_ushort>;