aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLPermute.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLPermute.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLPermute.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm_compute/runtime/CL/functions/CLPermute.h b/arm_compute/runtime/CL/functions/CLPermute.h
index abc23eff0c..50e81da7c4 100644
--- a/arm_compute/runtime/CL/functions/CLPermute.h
+++ b/arm_compute/runtime/CL/functions/CLPermute.h
@@ -31,7 +31,9 @@
namespace arm_compute
{
+class CLCompileContext;
class ICLTensor;
+class ITensorInfo;
/** Basic function to execute an @ref CLPermuteKernel. */
class CLPermute : public ICLSimpleFunction