From cfe633c6f959ceca05792318565e7fe3e0de81e7 Mon Sep 17 00:00:00 2001 From: Alexander Shishkov Date: Mon, 13 Jun 2011 22:40:17 +0000 Subject: [PATCH] applied patch from ticket #801 --- modules/highgui/src/window_cocoa.mm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/highgui/src/window_cocoa.mm b/modules/highgui/src/window_cocoa.mm index fd0efe9..fedec08 100644 --- a/modules/highgui/src/window_cocoa.mm +++ b/modules/highgui/src/window_cocoa.mm @@ -67,9 +67,8 @@ CV_IMPL int cvWaitKey (int maxWait) {return 0;} //*** end IphoneOS Stubs ***/ #else - -#import #include "precomp.hpp" +#import #include using namespace std; -- 2.7.4