minor fix
authorVladislav Vinogradov <no@email>
Wed, 3 Aug 2011 12:18:17 +0000 (12:18 +0000)
committerVladislav Vinogradov <no@email>
Wed, 3 Aug 2011 12:18:17 +0000 (12:18 +0000)
modules/gpu/src/opencv2/gpu/device/detail/color.hpp
modules/gpu/src/opencv2/gpu/device/detail/transform.hpp

index 30f8e50..748769e 100644 (file)
 #ifndef __OPENCV_GPU_COLOR_DETAIL_HPP__\r
 #define __OPENCV_GPU_COLOR_DETAIL_HPP__\r
 \r
-#include "vec_traits.hpp"\r
-#include "saturate_cast.hpp"\r
-#include "limits.hpp"\r
-#include "functional.hpp"\r
+#include "../vec_traits.hpp"\r
+#include "../saturate_cast.hpp"\r
+#include "../limits.hpp"\r
+#include "../functional.hpp"\r
 \r
 #ifndef CV_DESCALE\r
     #define CV_DESCALE(x, n) (((x) + (1 << ((n)-1))) >> (n))\r
index 9fb653d..a0b931c 100644 (file)
@@ -44,7 +44,7 @@
 #define __OPENCV_GPU_TRANSFORM_DETAIL_HPP__\r
 \r
 #include "internal_shared.hpp"\r
-#include "vec_traits.hpp"\r
+#include "../vec_traits.hpp"\r
 \r
 namespace cv { namespace gpu { namespace device\r
 {\r