diff --git a/src/gallium/frontends/rusticl/rusticl_opencl_bindings.h b/src/gallium/frontends/rusticl/rusticl_opencl_bindings.h index dd3d2e339bc..0207047b028 100644 --- a/src/gallium/frontends/rusticl/rusticl_opencl_bindings.h +++ b/src/gallium/frontends/rusticl/rusticl_opencl_bindings.h @@ -1,8 +1,8 @@ -#include -#include -#include +#include "CL/cl_icd.h" +#include "GL/gl.h" +#include "EGL/egl.h" #ifdef HAVE_X11_PLATFORM -#include +#include "GL/glx.h" #endif #include "GL/mesa_glinterop.h"