Commit 5f035485 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

minor fix

parent 3ab2728d
...@@ -43,10 +43,10 @@ ...@@ -43,10 +43,10 @@
#ifndef __OPENCV_GPU_COLOR_DETAIL_HPP__ #ifndef __OPENCV_GPU_COLOR_DETAIL_HPP__
#define __OPENCV_GPU_COLOR_DETAIL_HPP__ #define __OPENCV_GPU_COLOR_DETAIL_HPP__
#include "vec_traits.hpp" #include "../vec_traits.hpp"
#include "saturate_cast.hpp" #include "../saturate_cast.hpp"
#include "limits.hpp" #include "../limits.hpp"
#include "functional.hpp" #include "../functional.hpp"
#ifndef CV_DESCALE #ifndef CV_DESCALE
#define CV_DESCALE(x, n) (((x) + (1 << ((n)-1))) >> (n)) #define CV_DESCALE(x, n) (((x) + (1 << ((n)-1))) >> (n))
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
#define __OPENCV_GPU_TRANSFORM_DETAIL_HPP__ #define __OPENCV_GPU_TRANSFORM_DETAIL_HPP__
#include "internal_shared.hpp" #include "internal_shared.hpp"
#include "vec_traits.hpp" #include "../vec_traits.hpp"
namespace cv { namespace gpu { namespace device namespace cv { namespace gpu { namespace device
{ {
......
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