Merge pull request #945 from malcolmreynolds:master

This commit is contained in:
Vadim Pisarevsky
2013-06-04 13:32:34 +04:00
committed by OpenCV Buildbot
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
#define __OPENCV_OCL_PRIVATE_UTIL__
#if defined __APPLE__
#include <OpenCL/OpenCL.h>
#include <OpenCL/opencl.h>
#else
#include <CL/opencl.h>
#endif

View File

@@ -47,7 +47,7 @@
#define __OPENCV_OPENCL_SAFE_CALL_HPP__
#if defined __APPLE__
#include <OpenCL/OpenCL.h>
#include <OpenCL/opencl.h>
#else
#include <CL/cl.h>
#endif