Skip to content
Snippets Groups Projects
Commit 5c91cab0 authored by Michal Babej's avatar Michal Babej
Browse files

include/CL: fix include/CL/opencl.h to include PoCL's extensions again

parent 0b96a3b7
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,10 @@ extern "C" { ...@@ -23,7 +23,10 @@ extern "C" {
#include <CL/cl.h> #include <CL/cl.h>
#include <CL/cl_gl.h> #include <CL/cl_gl.h>
#include <CL/cl_exp_tensor.h>
#include <CL/cl_exp_defined_builtin_kernels.h>
#include <CL/cl_ext.h> #include <CL/cl_ext.h>
#include <CL/cl_ext_pocl.h>
#ifdef __cplusplus #ifdef __cplusplus
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment