aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/CLTracePoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/CLTracePoint.cpp')
-rw-r--r--src/core/CL/CLTracePoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CL/CLTracePoint.cpp b/src/core/CL/CLTracePoint.cpp
index 631cb84878..d603f40c26 100644
--- a/src/core/CL/CLTracePoint.cpp
+++ b/src/core/CL/CLTracePoint.cpp
@@ -23,6 +23,7 @@
*/
#include "arm_compute/core/TracePoint.h"
+#include "arm_compute/core/CL/CLTypes.h"
#include "arm_compute/core/CL/ICLArray.h"
#include "arm_compute/core/CL/ICLDistribution1D.h"
#include "arm_compute/core/CL/ICLHOG.h"
@@ -30,7 +31,6 @@
#include "arm_compute/core/CL/ICLMultiHOG.h"
#include "arm_compute/core/CL/ICLMultiImage.h"
#include "arm_compute/core/CL/ICLTensor.h"
-#include "arm_compute/core/CL/kernels/CLLKTrackerKernel.h"
#include "utils/TypePrinter.h"
#include <vector>