aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/ICLSimpleFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/ICLSimpleFunction.h')
-rw-r--r--arm_compute/runtime/CL/ICLSimpleFunction.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/ICLSimpleFunction.h b/arm_compute/runtime/CL/ICLSimpleFunction.h
index 8399a3d58e..5b6b608705 100644
--- a/arm_compute/runtime/CL/ICLSimpleFunction.h
+++ b/arm_compute/runtime/CL/ICLSimpleFunction.h
@@ -32,7 +32,9 @@
namespace arm_compute
{
+// Forward declarations
class CLRuntimeContext;
+
/** Basic interface for functions which have a single OpenCL kernel */
class ICLSimpleFunction : public IFunction
{
@@ -60,5 +62,5 @@ protected:
CLFillBorderKernel _border_handler; /**< Kernel to handle borders */
CLRuntimeContext *_ctx; /**< Context to use */
};
-}
+} // namespace arm_compute
#endif /*__ARM_COMPUTE_ICLSIMPLEFUNCTION_H__ */