aboutsummaryrefslogtreecommitdiff
path: root/examples/cl_events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cl_events.cpp')
-rw-r--r--examples/cl_events.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/cl_events.cpp b/examples/cl_events.cpp
index f578180869..27c063cbc9 100644
--- a/examples/cl_events.cpp
+++ b/examples/cl_events.cpp
@@ -26,8 +26,10 @@
#endif /* ARM_COMPUTE_CL */
#include "arm_compute/core/Types.h"
-#include "arm_compute/runtime/CL/CLFunctions.h"
#include "arm_compute/runtime/CL/CLScheduler.h"
+#include "arm_compute/runtime/CL/functions/CLGaussian5x5.h"
+#include "arm_compute/runtime/CL/functions/CLMedian3x3.h"
+#include "arm_compute/runtime/CL/functions/CLScale.h"
#include "utils/ImageLoader.h"
#include "utils/Utils.h"