applied patch from ticket #801

This commit is contained in:
Alexander Shishkov 2011-06-13 22:40:17 +00:00
parent 127c2bf93e
commit cfe633c6f9

View 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;