From 7ba4c474b0d0e96dbb654793001d472871a13b4a Mon Sep 17 00:00:00 2001 From: Antoine Villeret Date: Thu, 20 Jun 2013 11:47:36 +0000 Subject: fix legacy header inclusion thanks to yvan volochine svn path=/trunk/externals/pix_opencv/; revision=17153 --- pix_opencv_lk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pix_opencv_lk.h') diff --git a/pix_opencv_lk.h b/pix_opencv_lk.h index cae97a7..2e3f640 100644 --- a/pix_opencv_lk.h +++ b/pix_opencv_lk.h @@ -17,7 +17,7 @@ LOG #define INCLUDE_PIX_OPENCV_LK_H_ #ifndef _EiC -#include "cv.h" +#include "opencv2/legacy/legacy.hpp" #endif #include "Base/GemPixObj.h" -- cgit v1.2.1