ocl.hpp needs different #ifndef (Bug #2674)
Description
Need to change
#ifndef OPENCV_GPU_HPP
#define OPENCV_GPU_HPP
to
#ifndef OPENCV_OCL_HPP
#define OPENCV_OCL_HPP
History
Updated by Andrey Kamaev about 12 years ago
- Category set to ocl
- Assignee set to Vadim Pisarevsky
Updated by Andrey Kamaev almost 12 years ago
- Target version set to 2.4.5
- Status changed from Open to Done