aboutsummaryrefslogtreecommitdiff
path: root/examples/cl_cache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cl_cache.cpp')
-rw-r--r--examples/cl_cache.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/cl_cache.cpp b/examples/cl_cache.cpp
index 37e1c270d7..6de62f7c5d 100644
--- a/examples/cl_cache.cpp
+++ b/examples/cl_cache.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019 Arm Limited.
+ * Copyright (c) 2019-2020 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -21,12 +21,12 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#include "arm_compute/runtime/CL/CLFunctions.h"
-
+#include "arm_compute/core/CL/OpenCL.h"
#include "arm_compute/core/Types.h"
#include "arm_compute/runtime/CL/CLHelpers.h"
#include "arm_compute/runtime/CL/CLScheduler.h"
#include "arm_compute/runtime/CL/Utils.h"
+#include "arm_compute/runtime/CL/functions/CLPermute.h"
#include "utils/Utils.h"
using namespace arm_compute;