mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 19:59:08 +08:00
Merge pull request #9769 from pstieber:FixPrivateIncludeInSaturateCast
This commit is contained in:
commit
bc7f649d68
@ -47,7 +47,9 @@
|
||||
#define OPENCV_CUDEV_UTIL_SATURATE_CAST_HPP
|
||||
|
||||
#include "../common.hpp"
|
||||
#include "opencv2/core/private.cuda.hpp"
|
||||
#if __CUDACC_VER_MAJOR__ >= 9
|
||||
#include <cuda_fp16.h>
|
||||
#endif
|
||||
|
||||
namespace cv { namespace cudev {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user