aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Murtagh <francis.murtagh@arm.com>2021-05-21 13:36:54 +0100
committerJim Flynn <jim.flynn@arm.com>2021-05-24 14:55:04 +0000
commite73eda993d6af38a6be17a4d8368f78e29ec95ba (patch)
tree54396fd8162031464a4a8015b982d097ba307fa8
parent5786eb7b4021ebed55e3fca31cb2594b81472cb5 (diff)
downloadarmnn-e73eda993d6af38a6be17a4d8368f78e29ec95ba.tar.gz
Bugfix: Fix cl_ext.h include path in CL backend
Signed-off-by: Francis Murtagh <francis.murtagh@arm.com> Change-Id: I560c9f6297e9552bab26a6f88765830409be78c3
-rw-r--r--src/backends/cl/ClImportTensorHandle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backends/cl/ClImportTensorHandle.hpp b/src/backends/cl/ClImportTensorHandle.hpp
index ddd20fc491..752f793320 100644
--- a/src/backends/cl/ClImportTensorHandle.hpp
+++ b/src/backends/cl/ClImportTensorHandle.hpp
@@ -19,7 +19,7 @@
#include <arm_compute/core/TensorShape.h>
#include <arm_compute/core/Coordinates.h>
-#include <include/CL/cl_ext.h>
+#include <CL/cl_ext.h>
#include <arm_compute/core/CL/CLKernelLibrary.h>
namespace armnn