Commit bc7f649d authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #9769 from pstieber:FixPrivateIncludeInSaturateCast

parents 2a253772 5669ee81
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment