From 7c3b92403958e8970e901fd15b2fc904e7996eee Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 21 Jun 2018 19:01:25 +0100 Subject: COMPMID-1308: Add and validate JPEG accessors Change-Id: I93d7345a795b26153600287346d672209dbb2622 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/137479 Tested-by: Jenkins Reviewed-by: Anthony Barbier --- examples/cl_convolution.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/cl_convolution.cpp') diff --git a/examples/cl_convolution.cpp b/examples/cl_convolution.cpp index 24ad7c180e..8f3d7e3a30 100644 --- a/examples/cl_convolution.cpp +++ b/examples/cl_convolution.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018 ARM Limited. + * Copyright (c) 2016-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -28,6 +28,7 @@ #include "arm_compute/core/Types.h" #include "arm_compute/runtime/CL/CLFunctions.h" #include "arm_compute/runtime/CL/CLScheduler.h" +#include "utils/ImageLoader.h" #include "utils/Utils.h" using namespace arm_compute; -- cgit v1.2.1