Commit cfe633c6 authored by Alexander Shishkov's avatar Alexander Shishkov

applied patch from ticket #801

parent 127c2bf9
...@@ -67,9 +67,8 @@ CV_IMPL int cvWaitKey (int maxWait) {return 0;} ...@@ -67,9 +67,8 @@ CV_IMPL int cvWaitKey (int maxWait) {return 0;}
//*** end IphoneOS Stubs ***/ //*** end IphoneOS Stubs ***/
#else #else
#import <Cocoa/Cocoa.h>
#include "precomp.hpp" #include "precomp.hpp"
#import <Cocoa/Cocoa.h>
#include <iostream> #include <iostream>
using namespace std; using namespace std;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment