From: Bastian Germann <bage@debian.org>
Date: Tue, 18 Apr 2023 14:50:56 +0200
Subject: Use system OpenCL

---
 src/3rdparty/cl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/3rdparty/cl.h b/src/3rdparty/cl.h
index bd9a46d..3643dad 100644
--- a/src/3rdparty/cl.h
+++ b/src/3rdparty/cl.h
@@ -29,7 +29,7 @@
 #if defined(__APPLE__)
 #   include <OpenCL/cl.h>
 #else
-#   include "3rdparty/CL/cl.h"
+#   include <CL/cl.h>
 #endif
 
 
