diff options
author | Michael Bien <[email protected]> | 2010-01-02 00:15:55 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-01-02 00:15:55 +0100 |
commit | a5efe050242d1d6a45e03fcac1763ff90877e322 (patch) | |
tree | b8135791915083d1e36b383a182f2973927c8ead /resources/opencl.h | |
parent | 72203a5d1f8896463ded10d1b21ca116621d1900 (diff) |
introduced CLGLContext, refactored dependencies, cleanup in opencl code.
Diffstat (limited to 'resources/opencl.h')
-rw-r--r-- | resources/opencl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/opencl.h b/resources/opencl.h index 8e46611c..d1b0c795 100644 --- a/resources/opencl.h +++ b/resources/opencl.h @@ -1,7 +1,7 @@ #include <CL/cl_platform.h> #include <CL/cl.h> -//#include <CL/cl_ext.h> +#include <CL/cl_ext.h> #ifdef _WIN32 #include <windows.h> |