diff include/InputVideoFileModule.h @ 409:3c271a46b4d4

updated code for OpenCV 2.4.6
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 13 Aug 2013 23:36:58 -0400
parents b829ebdc18e6
children 2be846d36dec
line wrap: on
line diff
--- a/include/InputVideoFileModule.h	Tue Aug 13 23:36:45 2013 -0400
+++ b/include/InputVideoFileModule.h	Tue Aug 13 23:36:58 2013 -0400
@@ -4,7 +4,7 @@
 #include "InputFrameProviderIface.h"
 #include <string>
 #include "opencv2/core/core.hpp"
-#include "opencv2/highgui/highgui.hpp"
+#include "opencv2/highgui.hpp"
 
 class InputVideoFileModule : public InputFrameProviderIface
 {