From 8b43e90e7ff9fd8d8c31a732cabc9b95f610cd3c Mon Sep 17 00:00:00 2001 From: Alexander Shishkov Date: Thu, 2 Jun 2011 09:51:25 +0000 Subject: [PATCH] fixed ticket #675 --- modules/highgui/src/cap_dshow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *********************/ -- 2.7.4