applied patch from ticket #801
authorAlexander Shishkov <no@email>
Mon, 13 Jun 2011 22:40:17 +0000 (22:40 +0000)
committerAlexander Shishkov <no@email>
Mon, 13 Jun 2011 22:40:17 +0000 (22:40 +0000)
modules/highgui/src/window_cocoa.mm

index fd0efe9..fedec08 100644 (file)
@@ -67,9 +67,8 @@ CV_IMPL int cvWaitKey (int maxWait) {return 0;}
 //*** end IphoneOS Stubs ***/
 #else
 
-
-#import <Cocoa/Cocoa.h>
 #include "precomp.hpp"
+#import <Cocoa/Cocoa.h>
 
 #include <iostream>
 using namespace std;