clover: Avoid warnings from references to deprecated CL 1.1 APIs.

Acked-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
Francisco Jerez 2014-04-26 13:19:37 +02:00
parent beadd6b0cc
commit df985cc8f6
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
#ifndef API_DISPATCH_HPP
#define API_DISPATCH_HPP
#define CL_USE_DEPRECATED_OPENCL_1_1_APIS
#include "CL/cl.h"
#include "CL/cl_ext.h"
#include "CL/cl_gl.h"