Merge pull request #913 from janm399:2.4

pull/910/head^2
Vadim Pisarevsky 12 years ago committed by OpenCV Buildbot
commit 2ccdf56119
  1. 2
      modules/ocl/include/opencv2/ocl/private/util.hpp
  2. 2
      modules/ocl/src/safe_call.hpp

@ -49,7 +49,7 @@
#include "opencv2/ocl/ocl.hpp"
#if defined __APPLE__
#include <OpenCL/OpenCL.h>
#include <OpenCL/opencl.h>
#else
#include <CL/opencl.h>
#endif

@ -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

Loading…
Cancel
Save