Fix ocl moudle build with latest Intel OpenCL SDK.

We found that cl.h file provided in latest Intel SDK muted deprecated interfaces.
This commit is contained in:
peng xiao 2013-05-09 14:00:36 +08:00
parent 2aa5f1bfd1
commit e14acabb3d

View File

@ -43,6 +43,7 @@
//
//M*/
#define CL_USE_DEPRECATED_OPENCL_1_1_APIS
#include "precomp.hpp"
using namespace std;