From: Alexander Shishkov Date: Thu, 2 Jun 2011 09:51:25 +0000 (+0000) Subject: fixed ticket #675 X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~7149 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b43e90e7ff9fd8d8c31a732cabc9b95f610cd3c;p=platform%2Fupstream%2Fopencv.git fixed ticket #675 --- diff --git a/modules/highgui/src/cap_dshow.cpp b/modules/highgui/src/cap_dshow.cpp index 9a950a7..fb693b6 100644 --- a/modules/highgui/src/cap_dshow.cpp +++ b/modules/highgui/src/cap_dshow.cpp @@ -43,7 +43,7 @@ #if defined HAVE_VIDEOINPUT && (_MSC_VER >= 1400 || defined __GNUC__) -#include "videoinput.h" +#include "videoInput.h" /********************* Capturing video from camera via VFW *********************/