Skip to content

Commit

Permalink
Add OpenCV include to pch file
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodAxe committed Feb 5, 2013
1 parent c7704a8 commit a30f3d5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
#warning "This project uses features only available in iOS SDK 5.0 and later."
#endif

#ifdef __cplusplus
#include <opencv2/opencv.hpp>
#endif

#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
Expand Down

0 comments on commit a30f3d5

Please sign in to comment.