From 11821da1f9901fd3836aaf56eb5e0c41d6b18482 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 29 Dec 2010 19:39:26 -0500 Subject: [PATCH] Always include cl_ext header. --- src/wrapper/wrap_cl.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wrapper/wrap_cl.hpp b/src/wrapper/wrap_cl.hpp index 942d7d3c..510ad669 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 -- GitLab