diff --git a/src/wrapper/wrap_cl.hpp b/src/wrapper/wrap_cl.hpp index 942d7d3cdc7ba23b4f9740bb2f3add5ec0bb9629..510ad6694fb9782279732d1285149f097745d654 100644 --- a/src/wrapper/wrap_cl.hpp +++ b/src/wrapper/wrap_cl.hpp @@ -18,8 +18,8 @@ // elsewhere ------------------------------------------------------------------ #include <CL/cl.h> -// FIXME: Nvidia doesn't install cl_ext.h by default. Grr. -// #include <CL/cl_ext.h> +// TBD: Nvidia used to not install cl_ext.h by default. Grr. +#include <CL/cl_ext.h> #ifdef _WIN32 #define NOMINMAX